| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-03 | Removed extraneous super call in LiveServerTestCase | Claude Paroz | |
| Refs #21281. Thanks Tim Graham and Thomas Chaumeny for investigations. | |||
| 2015-01-02 | Added dates to release notes. | Tim Graham | |
| 2015-01-02 | Updated six to 1.9.0. | Tim Graham | |
| 2015-01-02 | Fixed #24064 -- Prevented database access at compile time in spatialite models. | Andriy Sokolovskiy | |
| 2015-01-02 | Added return value to Signal.disconnect(). | Andriy Sokolovskiy | |
| 2015-01-02 | Renamed an assertion in the dispatch tests. | Tim Graham | |
| 2015-01-02 | Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions | Daniel Pyrathon | |
| 2015-01-02 | Fixed #23745 -- Reused states as much as possible in migrations | Claude Paroz | |
| Thanks Tim Graham and Markus Holtermann for the reviews. | |||
| 2015-01-02 | Passed around the state between migrations | Claude Paroz | |
| Refs #23745. | |||
| 2015-01-02 | Show migration elapsed time when verbosity>1 | Claude Paroz | |
| This facilitates performance debugging related to migrations. | |||
| 2015-01-02 | Added ignore_swappable to StateApps | Markus Holtermann | |
| Refs #23745. | |||
| 2015-01-02 | Replaced migration state render() by apps cached property | Claude Paroz | |
| Refs #23745. | |||
| 2015-01-02 | Fixed #24069 -- Made ServerHandler a new style class to fix super() call. | Andreas Pelme | |
| 2015-01-01 | Silenced an ImportWarning in the template_backends tests. | Tim Graham | |
| 2015-01-01 | Removed release note for refs #23891 as the backport proved too difficult. | Tim Graham | |
| 2015-01-01 | Fixed #23700 -- Fixed non-deterministic static files test failures on Windows. | Tim Graham | |
| This partially reverts commit 949ee521fab106b44218c30577eb55f0097d39cd refs #21230. | |||
| 2015-01-01 | Fixed #23891 -- Moved deprecation of IPAddressField to system check framework. | Tim Graham | |
| Thanks Markus Holtermann for review. | |||
| 2015-01-01 | Removed doc note about PasswordResetForm requiring an integer PK. | Tim Graham | |
| This limitation was lifted in refs #14881. | |||
| 2015-01-01 | Added showmigrations to spelling wordlist. | Tim Graham | |
| 2015-01-01 | Fixed typo in docs/ref/contrib/admin/index.txt. | Tim Graham | |
| 2014-12-31 | Fixed #23366 -- Fixed a crash with the migrate --list command. | Tim Graham | |
| 2014-12-31 | Fixed #22295 -- Replaced permission check for displaying admin user-tools | Thomas Tanner | |
| 2014-12-31 | Fixed #24008 -- Fixed ValidationError crash with list of dicts. | Andrey Maslov | |
| 2014-12-31 | Fixed #23359 -- Added showmigrations command to list migrations and plan. | Markus Holtermann | |
| Thanks to Collin Anderson, Tim Graham, Gabe Jackson, and Marc Tamlyn for their input, ideas, and review. | |||
| 2014-12-31 | Refs #18586 -- Split up tests.defer.DeferTests.test_defer | Will Earp | |
| 2014-12-31 | Renamed tests for util -> utils moves; refs #17627. | Tim Graham | |
| 2014-12-31 | Fixed a queries test on Python 2 broken after importing six.moves.range(). | Tim Graham | |
| 2014-12-31 | Fixed #22340 -- Removed DatabaseCreation deprecation from timeline. | Tim Graham | |
| 2014-12-31 | Fixed test from refs #23758. | Tim Graham | |
| 2014-12-31 | Fixed #23758 -- Allowed more than 5 levels of subqueries | Piotr Pawlaczek | |
| Refactored bump_prefix() to avoid infinite loop and allow more than than 5 subquires by extending the alphabet to use multi-letters. | |||
| 2014-12-31 | Copied BaseDatabaseCreation._digest() to SchemaEditor to remove dependency. | Tim Graham | |
| refs #22340. | |||
| 2014-12-31 | Moved DatabaseCreation.data_types properties to DatabaseWrapper. | Tim Graham | |
| refs #22340. | |||
| 2014-12-31 | Ignored warnings correctly in test_get_formsets_with_inlines_returns_tuples(). | Berker Peksag | |
| The subclass check in ModelAdmin.get_formsets_with_inlines() wasn't tested correctly because of the super() call in EpisodeAdmin.get_formsets(). | |||
| 2014-12-31 | Renamed variables to avoid name collision with import of django.db.models. | Russell Keith-Magee | |
| 2014-12-30 | Applied ignore_warnings to Django tests | Claude Paroz | |
| 2014-12-30 | Added ignore_warnings decorator | Claude Paroz | |
| And removed Ignore*DeprecationWarningsMixin, now obsolete. Thanks Berker Peksag and Tim Graham for the review. | |||
| 2014-12-30 | Removed db.backends methods which only call super(). | Tim Graham | |
| 2014-12-30 | Revert "Updated some docs for the delayed deprecation of legacy table ↵ | Tim Graham | |
| creation; refs #22340." This reverts commit a2e3c9694823d6d451d6dd234e9d416600aacc68. The deprecation was moved back to 1.9 in 61da5f3f02f34810aaa6fcddac3808318a5b95c4. | |||
| 2014-12-30 | Fixed #23450 -- Fixed transient failure of requests...test_far_expiration. | Tim Graham | |
| 2014-12-30 | Removed unused import. | Tim Graham | |
| 2014-12-30 | Fixed #12118 -- Added shared cache support to SQLite in-memory testing. | Andriy Sokolovskiy | |
| 2014-12-30 | Added test for an intermediate swappable model change in migration state. | Markus Holtermann | |
| refs #22563 | |||
| 2014-12-30 | Fixed #23581 -- Prevented extraneous DROP DEFAULT statements. | Tim Graham | |
| Thanks john_scott for the report and Markus Holtermann for review. | |||
| 2014-12-29 | Fixed breakage by 6fb9dee4 under Python2+Windows. | Ramiro Morales | |
| Refs #23271 | |||
| 2014-12-29 | Removed release note for refs #23938 as it couldn't be backported to 1.7. | Tim Graham | |
| 2014-12-29 | Fixed #23938 -- Added migration support for m2m to concrete fields and vice ↵ | Markus Holtermann | |
| versa Thanks to Michael D. Hoyle for the report and Tim Graham for the review. | |||
| 2014-12-29 | Fixed #22279 -- Prevented dummy backend going through DatabaseErrorWrapper | Claude Paroz | |
| Thanks Daniel Hahler for the report and Tim Graham for the review. | |||
| 2014-12-29 | Fixed #21255 -- Closed connections after management command ran | Claude Paroz | |
| Thanks kabakov.as@gmail.com for the report, and Aymeric Augustin, Simon Charette for the reviews. | |||
| 2014-12-29 | Converted middleware tests to use RequestFactory. | Berker Peksag | |
| 2014-12-29 | Fixed #23271 -- Don't corrupt PO files on Windows when updating them. | Ramiro Morales | |
| Make sure PO catalog text fetched from gettext programs via standard output isn't corrupted by mismatch between assumed (UTF-8) and real (CP1252) encodings. This can cause mojibake to be written when creating or updating PO files. Also fixes #23311. Thanks to contributor with Trac nick 'danielmenzel' for the report, excellent research and fix. | |||
