| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-23 | Fixed #22317 -- Fixed documented handler400 default value | Claude Paroz | |
| 2014-03-23 | Fixed #22291 -- Avoided shadowing deadlock exceptions on MySQL. | Aymeric Augustin | |
| Thanks err for the report. | |||
| 2014-03-22 | Fixed PostGIS test failures. | Simon Charette | |
| 2014-03-22 | Fixed #22299 -- Cleanup wizard temp files when possible. | Simon Charette | |
| Thanks to @erikr for the review. | |||
| 2014-03-22 | Fixed #22308 -- Regression from 0f956085. | Aymeric Augustin | |
| Rewrote the test for #9479 according to the original ticket. | |||
| 2014-03-22 | Fixed #22313 -- Removed 'u' prefixes from documentation | Claude Paroz | |
| 2014-03-22 | Advanced deprecation warnings for 1.8. | Aymeric Augustin | |
| 2014-03-22 | Removed GeoRSSSitemap | Claude Paroz | |
| Refs #18531. | |||
| 2014-03-22 | Made m2m fields form help_text munging specific to admin widgets. | Ramiro Morales | |
| Refs #9321 and follow-up to e80de93af6a0a21a9063a55c4d6d20e3927243e9. | |||
| 2014-03-22 | Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets. | Loic Bistuer | |
| 2014-03-22 | Removed an unused variable. | Alex Gaynor | |
| 2014-03-22 | Fixed a failing test introduced in 918a16bc4c099ab0cae72a231de3e99e2a9d02cb. | Baptiste Mispelon | |
| Refs #22307. | |||
| 2014-03-22 | Fixed #22241 -- Selectively added line breaks in admin read-only fields | Claude 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-22 | Fixed #22256 -- Replaced bad fallback for missing PATH | Patrick Michaud | |
| Thanks Baptiste Mispelon for the review. | |||
| 2014-03-22 | Fixed #22294 -- Prevented converting length filter output to string | Claude Paroz | |
| Thanks Steve Pike for the report. | |||
| 2014-03-22 | Tweaked strip_tags tests to pass on Python 3.3 | Claude Paroz | |
| 2014-03-22 | Avoided 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-22 | Made 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-22 | Added release note about strip_tags improvement | Claude Paroz | |
| 2014-03-22 | Avoided 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-22 | Improved strip_tags and clarified documentation | Claude 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-22 | Fixed #22302 -- Updated Finnish locale formats | Antti Hirvonen | |
| 2014-03-21 | Removed unused imports. | Tim Graham | |
| 2014-03-21 | Removed 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-21 | Removed warning for Widget.is_hidden property. | Tim Graham | |
| refs #22137. | |||
| 2014-03-21 | Removed hard-coded help_text for ManyToManyFields that use a SelectMultiple ↵ | Tim Graham | |
| widget Per deprecation timeline; refs #9321. | |||
| 2014-03-21 | Fixed #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-21 | Removed BaseDatabaseCreation.set_autocommit per deprecation timeline. | Aymeric Augustin | |
| 2014-03-21 | Fixed typo in comments. | Aymeric Augustin | |
| 2014-03-21 | Removed django.db.backend per deprecation timeline. | Aymeric Augustin | |
| 2014-03-21 | Removed django.middleware.doc. Refs #20126. | Aymeric Augustin | |
| Small doc changes missed in 66076268. | |||
| 2014-03-21 | The cycle and firstof tags no longer raise warnings. | Aymeric Augustin | |
| Refs #17906. | |||
| 2014-03-21 | Removed useless warning silencing. | Aymeric Augustin | |
| If memory serves, the corresponding warning disappeared in Django 1.7. | |||
| 2014-03-21 | Removed deprecated TRANSACTIONS_MANAGED setting. | Aymeric Augustin | |
| 2014-03-21 | Fixed transaction handling in two management commands. | Aymeric Augustin | |
| Previously, when createcachetable and flush operated on non-default databases, they weren't atomic. | |||
| 2014-03-21 | Removed legacy transaction management per the deprecation timeline. | Aymeric Augustin | |
| 2014-03-21 | Fixed typos in docs (django.contrib.site) | Thomas Schreiber | |
| 2014-03-21 | Removed django.test.simple and django.test._doctest per deprecation timeline. | Tim Graham | |
| refs #17365, #17366, #18727. | |||
| 2014-03-21 | Fixed broken link in 1.7 release notes due to removal of deprecated code/docs. | Tim Graham | |
| 2014-03-21 | Switched {% cycle %} and {% firstof %} tags to auto-escape their variables ↵ | Tim Graham | |
| per deprecation timeline. refs #17906. | |||
| 2014-03-21 | Removed reading of legacy admin popup GET parameter. | Tim Graham | |
| refs #20288. | |||
| 2014-03-21 | Removed warning for settings.ADMIN_FOR which has been removed. | Tim Graham | |
| refs #21386. | |||
| 2014-03-21 | Removed django.forms.widgets.RadioInput per deprecation timeline. | Tim Graham | |
| refs #4592. | |||
| 2014-03-21 | Removed Model._meta.module_name per deprecation timeline. | Tim Graham | |
| refs #19689. | |||
| 2014-03-21 | Removed PIL compatability layer per deprecation timeline. | Tim Graham | |
| refs #19934. | |||
| 2014-03-21 | Removed reading of old 'django_language' session variable per deprecation ↵ | Tim Graham | |
| timeline. refs #5789. | |||
| 2014-03-21 | Removed settings.CACHE_MIDDLEWARE_ANONYMOUS_ONLY per deprecation timeline. | Tim Graham | |
| refs #15201. | |||
| 2014-03-21 | Removed 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-21 | Removed Model._meta.get_(add|change|delete)_permission methods per ↵ | Tim Graham | |
| deprecation timeline. | |||
| 2014-03-21 | Removed django.views.defaults.shortcut and django.conf.urls.shortcut per ↵ | Tim Graham | |
| deprecation timeline. | |||
