summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-23Fixed #22317 -- Fixed documented handler400 default valueClaude Paroz
2014-03-23Fixed #22291 -- Avoided shadowing deadlock exceptions on MySQL.Aymeric Augustin
Thanks err for the report.
2014-03-22Fixed PostGIS test failures.Simon Charette
2014-03-22Fixed #22299 -- Cleanup wizard temp files when possible.Simon Charette
Thanks to @erikr for the review.
2014-03-22Fixed #22308 -- Regression from 0f956085.Aymeric Augustin
Rewrote the test for #9479 according to the original ticket.
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
Refs #18531.
2014-03-22Made m2m fields form help_text munging specific to admin widgets.Ramiro Morales
Refs #9321 and follow-up to e80de93af6a0a21a9063a55c4d6d20e3927243e9.
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
Refs #22307.
2014-03-22Fixed #22241 -- Selectively added line breaks in admin read-only fieldsClaude Paroz
When content is supposed to contain HTML, we do not try to add line breaks in read-only contents. Thanks Alexander Todorov for the report.
2014-03-22Fixed #22256 -- Replaced bad fallback for missing PATHPatrick Michaud
Thanks Baptiste Mispelon for the review.
2014-03-22Fixed #22294 -- Prevented converting length filter output to stringClaude Paroz
Thanks Steve Pike for the report.
2014-03-22Tweaked strip_tags tests to pass on Python 3.3Claude Paroz
2014-03-22Avoided transactional truncates on amateur databases.Aymeric Augustin
Fixed a test failure that appeared after 753a22a6, although the bug existed before that commit. Refs #22308.
2014-03-22Made ModelForms raise ImproperlyConfigured if the list of fields is not ↵Tim Graham
specified. Also applies to modelform(set)_factory and generic model views. refs #19733.
2014-03-22Added release note about strip_tags improvementClaude Paroz
2014-03-22Avoided transactional DDL on castrated databases.Aymeric Augustin
Fixed a test failure that appeared after 753a22a6, although the bug existed before that commit. Refs #22308.
2014-03-22Improved strip_tags and clarified documentationClaude Paroz
The fact that strip_tags cannot guarantee to really strip all non-safe HTML content was not clear enough. Also see: https://www.djangoproject.com/weblog/2014/mar/22/strip-tags-advisory/
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
This logic should be moved to field._has_changed() as described in ebb504db692cac496f4f45762d1d14644c9fa6f - refs #16612.
2014-03-21Removed warning for Widget.is_hidden property.Tim Graham
refs #22137.
2014-03-21Removed hard-coded help_text for ManyToManyFields that use a SelectMultiple ↵Tim Graham
widget Per deprecation timeline; refs #9321.
2014-03-21Fixed #22307 -- Fixed SpooledTemporaryFile bug in File class.Hans Lawrenz
Added condition to prevent checking the existence of a file name of a file like object when the name attribute is None. This is necessary because a SpooledTemporaryFile won't exist on the file system or have a name until it has reached its max_size. Also added tests.
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
Small doc changes missed in 66076268.
2014-03-21The cycle and firstof tags no longer raise warnings.Aymeric Augustin
Refs #17906.
2014-03-21Removed useless warning silencing.Aymeric Augustin
If memory serves, the corresponding warning disappeared in Django 1.7.
2014-03-21Removed deprecated TRANSACTIONS_MANAGED setting.Aymeric Augustin
2014-03-21Fixed transaction handling in two management commands.Aymeric Augustin
Previously, when createcachetable and flush operated on non-default databases, they weren't atomic.
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
refs #17365, #17366, #18727.
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 ↵Tim Graham
per deprecation timeline. refs #17906.
2014-03-21Removed reading of legacy admin popup GET parameter.Tim Graham
refs #20288.
2014-03-21Removed warning for settings.ADMIN_FOR which has been removed.Tim Graham
refs #21386.
2014-03-21Removed django.forms.widgets.RadioInput per deprecation timeline.Tim Graham
refs #4592.
2014-03-21Removed Model._meta.module_name per deprecation timeline.Tim Graham
refs #19689.
2014-03-21Removed PIL compatability layer per deprecation timeline.Tim Graham
refs #19934.
2014-03-21Removed reading of old 'django_language' session variable per deprecation ↵Tim Graham
timeline. refs #5789.
2014-03-21Removed settings.CACHE_MIDDLEWARE_ANONYMOUS_ONLY per deprecation timeline.Tim Graham
refs #15201.
2014-03-21Removed fix_ampersands template filter per deprecation timeline.Tim Graham
Also removed related utility functions: * django.utils.html.fix_ampersands * django.utils.html.clean_html
2014-03-21Removed Model._meta.get_(add|change|delete)_permission methods per ↵Tim Graham
deprecation timeline.
2014-03-21Removed django.views.defaults.shortcut and django.conf.urls.shortcut per ↵Tim Graham
deprecation timeline.