summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-03[1.7.x] Removed erroneous trailing comma in OLMapWidget.js.Egor Semiguzov
2014-06-02[1.7.x] Fixed #22753 -- Documented ability to use a note with the {% comment ...Bryce Nesbitt
2014-06-02[1.7.x] Fixed #22748 -- Corrected post_migrate usage example.Tim Graham
2014-06-02[1.7.x] Fixed #22690 -- Added a check for proxy models containing fields.Craig de Stigter
2014-06-02[1.7.x] Removed an unused importAlex Gaynor
2014-06-02[1.7.x] Revert "Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on field...Tim Graham
2014-06-01[1.7.x] Fixed #22744 -- Fixed sqlite3 get_relations introspection with viewsClaude Paroz
2014-06-01[1.7.x] Fixed #22711 -- Adjusted ordering checks to allow implicit relation f...Vincent-Vega
2014-06-01[1.7.x] Fixed #22659 -- Prevent model states from sharing field instances.Simon Charette
2014-06-01[1.7.x] Fixed syntax error in ogrinspect.py management command.Fabio Rueda
2014-06-01[1.7.x] Fixed #21938 -- Moved documentation for error views to reference guide.Jonathan Lindén
2014-06-01[1.7.x] Revert "Making SQL management commands migration aware."Florian Apolloner
2014-05-30[1.7.x] Fixed #22299 -- Cleanup wizard temp files when possible.Simon Charette
2014-05-30[1.7.x] Fixed #19905 -- Fixed leakage of file descriptors in form wizard.Florian Apolloner
2014-05-30[1.7.x] Improved the test for refs #22682.Moayad Mardini
2014-05-30[1.7.x] Fixed #22710 -- Documented aggregation behavior for empty QuerySets.Guillaume Pannatier
2014-05-29[1.7.x] Fix additional test failures caused by migration pollutionAndrew Godwin
2014-05-29[1.7.x] Improved deprecation plan links in release notes.Tim Graham
2014-05-29[1.7.x] Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` packageMoayad Mardini
2014-05-29[1.7.x] Fix test failure caused by 3149cdce32e7261b2d44128ab712c4d4f1a5d429Andrew Godwin
2014-05-29[1.7.x] Making SQL management commands migration aware.Víðir Valberg Guðmundsson
2014-05-29[1.7.x] Removed unused import.Tim Graham
2014-05-29[1.7.x] Fixed a typo that Tim Graham noticedAlex Gaynor
2014-05-29[1.7.x] Fixed several typos in DjangoAlex Gaynor
2014-05-29[1.7.x] Simplified, very slightly, some code in the oracle backendAlex Gaynor
2014-05-29[1.7.x] Adding test to fix of duplicate _order fields (#22720)Víðir Valberg Guðmundsson
2014-05-29[1.7.x] Fixed #22720 -- Migrations attempt to create _order twice.Víðir Valberg Guðmundsson
2014-05-28[1.7.x] Set straight the sense of 'uppercases_column_names' feature flagShai Berger
2014-05-28[1.7.x] Fixed #22715: Corrected sql for defaults of BinaryField on Oracle wit...Shai Berger
2014-05-28[1.7.x] Fixed #21630 -- Simplified management command discoveryClaude Paroz
2014-05-27[1.7.x] Fixed #22601 -- Added a note about model inheritance.Moayad Mardini
2014-05-27[1.7.x] Added a word to the docs wordlist.Tim Graham
2014-05-27[1.7.x] Fixed #22699 -- Configure default settings in some management commands.Aymeric Augustin
2014-05-26[1.7.x] Fixed #22675 -- makemigrations --dry-run to output migrations to stdout.Moayad Mardini
2014-05-25[1.7.x] Fixed #22692 -- Added docs for `makemigrations` two command options.Moayad Mardini
2014-05-25[1.7.x] Fixed typo in docs/ref/models/custom-lookups.txt.Matthew Schinckel
2014-05-26[1.7.x] Restored Python 2 compatibility.Florian Apolloner
2014-05-25[1.7.x] Removed executeable bit from a few files.Florian Apolloner
2014-05-25[1.7.x] Fixed a few warnings in the testsuite.Florian Apolloner
2014-05-25[1.7.x] Removed code deprecated from Django 1.2Claude Paroz
2014-05-24[1.7.x] Fixed #22688 -- Documented ready() may be called more than onceClaude Paroz
2014-05-24[1.7.x] Fixed #22676 -- makemigrations --dry-run should not ask for defaultsMoayad Mardini
2014-05-24[1.7.x] Fixed #22510 -- Harden field removal to only None.Marc Tamlyn
2014-05-24[1.7.x] Applied unicode_literals to makemessages commandClaude Paroz
2014-05-24[1.7.x] Removed translatability of PIL error messagesClaude Paroz
2014-05-24[1.7.x] Made runtests.py use 'set_installed_apps' APIClaude Paroz
2014-05-23[1.7.x] Fixed tuple serialization test.Baptiste Mispelon
2014-05-23[1.7.x] Fixed #22602 -- Improved code coverage of makemigrations command tests.Huu Nguyen
2014-05-22[1.7.x] Fixed #20816 -- Added hints about Django middleware orderingClaude Paroz
2014-05-22[1.7.x] Fixed #22679 -- Fixed empty tuple serialization in MigrationWriter.Moayad Mardini