summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-22Fixed #22308 -- Regression from 0f956085.Aymeric Augustin
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-03-22Advanced deprecation warnings for 1.8.Aymeric Augustin
2014-03-22Removed GeoRSSSitemapClaude Paroz
2014-03-22Made m2m fields form help_text munging specific to admin widgets.Ramiro Morales
2014-03-22Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets.Loic Bistuer
2014-03-22Removed an unused variable.Alex Gaynor
2014-03-22Fixed a failing test introduced in 918a16bc4c099ab0cae72a231de3e99e2a9d02cb.Baptiste Mispelon
2014-03-22Fixed #22241 -- Selectively added line breaks in admin read-only fieldsClaude Paroz
2014-03-22Fixed #22256 -- Replaced bad fallback for missing PATHPatrick Michaud
2014-03-22Fixed #22294 -- Prevented converting length filter output to stringClaude Paroz
2014-03-22Tweaked strip_tags tests to pass on Python 3.3Claude Paroz
2014-03-22Avoided transactional truncates on amateur databases.Aymeric Augustin
2014-03-22Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...Tim Graham
2014-03-22Added release note about strip_tags improvementClaude Paroz
2014-03-22Avoided transactional DDL on castrated databases.Aymeric Augustin
2014-03-22Improved strip_tags and clarified documentationClaude Paroz
2014-03-22Fixed #22302 -- Updated Finnish locale formatsAntti Hirvonen
2014-03-21Removed unused imports.Tim Graham
2014-03-21Removed backwards compatibility code to call field.widget._has_changed()Tim Graham
2014-03-21Removed warning for Widget.is_hidden property.Tim Graham
2014-03-21Removed hard-coded help_text for ManyToManyFields that use a SelectMultiple w...Tim Graham
2014-03-21Fixed #22307 -- Fixed SpooledTemporaryFile bug in File class.Hans Lawrenz
2014-03-21Removed BaseDatabaseCreation.set_autocommit per deprecation timeline.Aymeric Augustin
2014-03-21Fixed typo in comments.Aymeric Augustin
2014-03-21Removed django.db.backend per deprecation timeline.Aymeric Augustin
2014-03-21Removed django.middleware.doc. Refs #20126.Aymeric Augustin
2014-03-21The cycle and firstof tags no longer raise warnings.Aymeric Augustin
2014-03-21Removed useless warning silencing.Aymeric Augustin
2014-03-21Removed deprecated TRANSACTIONS_MANAGED setting.Aymeric Augustin
2014-03-21Fixed transaction handling in two management commands.Aymeric Augustin
2014-03-21Removed legacy transaction management per the deprecation timeline.Aymeric Augustin
2014-03-21Fixed typos in docs (django.contrib.site)Thomas Schreiber
2014-03-21Removed django.test.simple and django.test._doctest per deprecation timeline.Tim Graham
2014-03-21Fixed broken link in 1.7 release notes due to removal of deprecated code/docs.Tim Graham
2014-03-21Switched {% cycle %} and {% firstof %} tags to auto-escape their variables pe...Tim Graham
2014-03-21Removed reading of legacy admin popup GET parameter.Tim Graham
2014-03-21Removed warning for settings.ADMIN_FOR which has been removed.Tim Graham
2014-03-21Removed django.forms.widgets.RadioInput per deprecation timeline.Tim Graham
2014-03-21Removed Model._meta.module_name per deprecation timeline.Tim Graham
2014-03-21Removed PIL compatability layer per deprecation timeline.Tim Graham
2014-03-21Removed reading of old 'django_language' session variable per deprecation tim...Tim Graham
2014-03-21Removed settings.CACHE_MIDDLEWARE_ANONYMOUS_ONLY per deprecation timeline.Tim Graham
2014-03-21Removed fix_ampersands template filter per deprecation timeline.Tim Graham
2014-03-21Removed Model._meta.get_(add|change|delete)_permission methods per deprecatio...Tim Graham
2014-03-21Removed django.views.defaults.shortcut and django.conf.urls.shortcut per depr...Tim Graham
2014-03-21Removed backward compatible shims to rename get_query_set and similar queryse...Tim Graham
2014-03-21Removed settings.SEND_BROKEN_LINK_EMAILS per deprecation timeline.Tim Graham
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2014-03-21Fixed flake8 warnings.Tim Graham