File python-django-markitup.changes of Package python-django-markitup
-------------------------------------------------------------------
Sat Sep 28 12:52:02 UTC 2013 - p.drouand@gmail.com
- Update to version 1.1.0
+ Removed all compatibility shims for Django versions prior to 1.3,
including all support for static media at MEDIA_URL, static assets
under media/, and the MARKITUP_MEDIA_URL setting.
+ Updated to jquery 1.6.
+ Added check to avoid double _rendered fields when MarkupField is
used on an abstract base model class. Fixes #11.
+ Added compatibility with new AJAX CSRF requirements in Django 1.2.5
and 1.3. Fixes #7.
+ Added blank=True to MarkupField's auto-added rendered-field to
avoid South warnings.
+ Django 1.3 & staticfiles compatibility: MARKITUP_MEDIA_URL and jQuery
URL default to STATIC_URL rather than MEDIA_URL, if set. Static assets
now available under static/ as well as media/.
+ MarkupField.get_db_prep_value updated to take "connection" and "prepared"
arguments to avoid deprecation warnings under Django 1.3.
+ enforce minimum length of 3 characters for MarkItUp!-inserted h1 and
h2 underline-style headers (works around bug in python-markdown)
- Use download url as source url
- Replace python-distribute with python-setuptools BuildRequires
- Remove redundant %clean setion and useless CFLAGS export
- Add documentation from tarball
- Use fdupes to remove duplicate files
-------------------------------------------------------------------
Wed Jul 13 16:02:31 UTC 2011 - alexandre@exatati.com.br
- Update to 1.0.0;
- Bzip2 source file;
- Regenerate spec file with py2pack.
-------------------------------------------------------------------
Thu Jul 1 12:19:12 UTC 2010 - alexandre@exatati.com.br
- Update to 0.6.1.
-------------------------------------------------------------------
Mon Apr 26 22:25:29 UTC 2010 - alexandre@exatati.com.br
- Update to 0.6.0;
- Spec file cleaned with spec-cleaner.
-------------------------------------------------------------------
Thu Nov 26 10:23:06 UTC 2009 - alexandre@exatati.com.br
- Update to 0.5.2.
-------------------------------------------------------------------
Thu Nov 19 00:29:27 UTC 2009 - alexandre@exatati.com.br
- Update to 0.5.1.
-------------------------------------------------------------------
Thu Nov 12 20:11:05 UTC 2009 - alexandre@exatati.com.br
- Update to 0.5.0.
-------------------------------------------------------------------
Thu Nov 5 16:46:40 UTC 2009 - alexandre@exatati.com.br
- Update to 0.3.0.
-------------------------------------------------------------------
Tue Oct 27 00:23:29 UTC 2009 - alexandre@exatati.com.br
- Initial package (0.2.9) for openSUSE.