| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2014-03-21 | Removed backward compatible shims to rename get_query_set and similar ↵ | Tim Graham | |
| queryset methods. Also removed the backward compatible shims introduced to rename the attributes ChangeList.root_query_set and ChangeList.query_set. | |||
| 2014-03-21 | Removed settings.SEND_BROKEN_LINK_EMAILS per deprecation timeline. | Tim Graham | |
| 2014-03-21 | Removed contrib.comments per deprecation timeline. | Tim Graham | |
| 2014-03-21 | Bumped version to reflect master is now pre-1.8. | Tim Graham | |
| 2014-03-21 | Fixed #22255 -- Added support for specifying re flags in RegexValidator | Dejan Noveski | |
| 2014-03-20 | Fixed #22163 -- Stopped ignoring unhandled kwargs in select_for_update. | Aymeric Augustin | |
| 2014-03-19 | Mark model renaming as irreversible for now (#22248) | Andrew Godwin | |
| 2014-03-19 | Fixed #22275: unique_together broken if ForeignKey split into new file. | Andrew Godwin | |
| Thanks to bak1an for the patch. | |||
| 2014-03-19 | Merge pull request #2221 from bmispelon/LazyObject-refactor | Andrew Godwin | |
| Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject... | |||
| 2014-03-19 | Fixed migration so MySQL GIS test doesn't fail; refs #22001. | Eric Palakovich Carr | |
| The test previously failed with the error: (1170, "BLOB/TEXT column 'name' used in key specification without a key length") | |||
| 2014-03-18 | Fixed regression in file locking on some platforms. | smallcode | |
| Some platforms with os.name == 'posix' do not have the fcntl module, e.g. AppEngine. refs #19373. | |||
| 2014-03-18 | Fixed a regression from 2e5b82f6277227b69e9a6c5261a6deb14fff15dc | Florian Apolloner | |
| 2014-03-18 | Made a test app label unique. | Florian Apolloner | |
| 2014-03-18 | Mentioned that ``dumpdata --natural`` is deprecated. | Daniel Hahler | |
| 2014-03-18 | Fixed #22283 -- Updated documentation referring to non-existent tuples. | Matthew Somerville | |
| 2014-03-18 | Fix any sqlite field migration deleting all implicit m2m tables | Chris Beaven | |
| Fixes #22281 | |||
| 2014-03-15 | Remove u prefixes, skip test unless spatial db. | Marc Tamlyn | |
| Refs #22001, d22b291890c1736a40c0ad97448c7318df2eebb2 | |||
| 2014-03-15 | Merge pull request #2430 from NathanRSmith/ticket_21989 | Russell Keith-Magee | |
| Fixed #21989 - Modified first day of week in AU locale. Although Australia is a signatory to ISO 8601, there's a lot of evidence to suggest that this is in the same category as "officially, the USA uses metric". See the ticket for supporting details. | |||
| 2014-03-14 | Fixed #22001 -- Ensure db_type is respected. | Marc Tamlyn | |
| db_parameters should respect an already existing db_type method and return that as its type string. In particular, this was causing some fields from gis to not be generated. Thanks to @bigsassy and @blueyed for their work on the patch. Also fixed #22260 | |||
| 2014-03-14 | Changed start of week for Australia to Sunday as requested in ↵ | Nathan Smith | |
| https://code.djangoproject.com/ticket/21989 | |||
| 2014-03-14 | Fixed #22272 -- Fixed regression in DecimalField when using decimal_places=0. | Baptiste Mispelon | |
| Thanks to trac user merb for the report. | |||
| 2014-03-13 | Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclasses | Claude Paroz | |
| Thanks Jeroen Pulles for the report and Simon Charette for the review. | |||
| 2014-03-13 | Simplified implementation of collectstatic command. | Baptiste Mispelon | |
| Since d2e242d16c6dde6f4736086fb38057424bed3edb made isinstance() calls work correctly on LazyObject, we can simplify the implementation of is_local_storage added in 7e27885c6e7588471fd94a4def16b7081577bdfc. | |||
| 2014-03-13 | Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject. | Baptiste Mispelon | |
| This commit also added tests for LazyObject and refactored the testsuite of SimpleLazyObject so that it can share test cases with LazyObject. | |||
| 2014-03-12 | Fixed #20292: Pass datetime objects (not formatted dates) as params to Oracle | Shai Berger | |
| This seems worthwhile in its own right, but also works around an Oracle bug (in versions 10 -- 11.1) where the use of Unicode would reset the date/time formats, causing ORA-01843 errors. Thanks Trac users CarstenF for the report, jtiai for the initial patch, and everyone who contributed to the discussion on the ticket. | |||
| 2014-03-12 | Flake8 corrections | Shai Berger | |
| 2014-03-11 | Fixed #22217 - ManyToManyField.through_fields fixes. | Akis Kesoglou | |
| - Docs description of arguments mix up. - Keep it from erroneously masking E332 check. - Add checks E338 and E339, tweak message of E337. | |||
| 2014-03-11 | Tweak password admin change form view context. Refs #21293. | Ramiro Morales | |
| 2014-03-11 | Fixed #21293 -- Adjusted admin header CSS to fix admin password reset template. | Tim Graham | |
| By removing the absolute positioning of the usertools div and using float positioning, the #header div will expand based on the height of its content. Thanks EvilDMP for the report. | |||
| 2014-03-11 | Fix AlterField migrations that are related to a RenameModel migration | Chris Beaven | |
| 2014-03-11 | Fix autodetector creation of RenameModel migration to capitalize model names | Chris Beaven | |
| 2014-03-10 | Fixed #22210 -- Saving model instances to non-related fields. | Daniel Pyrathon | |
| Previously, saving a model instance to a non-related field (in particular a FloatField) would silently convert the model to an Integer (the pk) and save it. This is undesirable behaviour, and likely to cause confusion so the validatio has been hardened. Thanks to @PirosB3 for the patch and @jarshwah for the review. | |||
| 2014-03-10 | Fixed #22239 -- Add auto detection of renamed models | Chris Beaven | |
| 2014-03-09 | Prevented admin from importing auth.User. | Aymeric Augustin | |
| Since we don't enforce order between apps, root packages of contrib apps cannot import models from unrelated apps. Fix #22005, refs #21719. | |||
| 2014-03-09 | Revert "Reordered INSTALLED_APPS in default template, refs #22005" | Aymeric Augustin | |
| This reverts commit a718fcf201b04ba254e9073be82f51ae1ae3a853. | |||
| 2014-03-09 | Fixed the last fix for database test settings to work with Python3. | Shai Berger | |
| 2014-03-09 | Fixed test breakage following test-settings enhancements | Shai Berger | |
| 2014-03-08 | Fix weird autodetector error | Andrew Godwin | |
| 2014-03-09 | Reorganized the database test settings | Shai Berger | |
| Change database test settings from "TEST_"-prefixed entries in the database settings dictionary to setting in a dictionary that is itself an entry "TEST" in the database settings. Refs #21775 Thanks Josh Smeaton for review. | |||
