summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-15Fixed #22470: Full migration support for order_with_respect_toAndrew Godwin
2014-06-15Persist non-schema-relevant Meta changes in migrationsAndrew Godwin
2014-06-15Fixed #22833: Autodetector not doing through mapping correctlyAndrew Godwin
2014-06-15Fixed #22660: Doc'd you can't have unmigrated apps depend on migratedAndrew Godwin
2014-06-15Fixed #22563: Added migration to admin, fixed a few more loader issues.Andrew Godwin
2014-06-15Improve error message for missing migrations in an appAndrew Godwin
2014-06-15Merge pull request #2810 from magrinidiego/ticket_22842_tutorial_testDaniele Procida
2014-06-15Fixed #22842vagrant
2014-06-15Merge pull request #2806 from jorgecarleitao/issue22826Marc Tamlyn
2014-06-14Complemented dwithin docs about using geographic geometriesClaude Paroz
2014-06-14Fixed #7762 -- Hidden full script name in command error outputClaude Paroz
2014-06-14Restored command error behavior when called from command lineClaude Paroz
2014-06-14Fixed several flake8 errorsAlex Gaynor
2014-06-14Improved code style of Query.table_alias() usage.Jorge C. Leitão
2014-06-14Removed unnecessary attribute assigment to SQLCompiler.Jorge C. Leitão
2014-06-14Fixed #22826 -- Improved internal usage of Query.setup_joins.Jorge C. Leitão
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-06-14Converted test management command to argparseClaude Paroz
2014-06-14Documented optparse to argparse changes for management commandsClaude Paroz
2014-06-14Fixed #19973 -- Replaced optparse by argparse in management commandsClaude Paroz
2014-06-13Fixed #22440 -- Updated ConditionalGetMiddleware to comply with RFC 2616.Mark Lavin
2014-06-14Fixed #22816 -- Corrected Oracle feature flag and fixed introspection testShai Berger
2014-06-13Added django.utils.six.buffer_typesShai Berger
2014-06-13Fixed #22771 -- Fixed test.Client.logout when using custom auth backend.Xavier Fernandez
2014-06-13Fixed #22477 -- Removed contrib middleware from the global settings defaults.mlavin
2014-06-13Fixed #7599 -- Added get_user_permissions to ModelBackend.Jorge C. Leitão
2014-06-13Fixed #6327 -- Added has_module_permission method to BaseModelAdminMaxime Turcotte
2014-06-13Fixed #16087 -- Added ResolverMatch instance to test client response.Greg Chapple
2014-06-12Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`.Moayad Mardini
2014-06-12Fix test breakage from previous state fixAndrew Godwin
2014-06-12Fixed #22823 (and partly #22563) - FKs from unmigrated apps breaking state.Andrew Godwin
2014-06-12Fixed a staticfiles test on Windows.Tim Graham
2014-06-12Merge pull request #2804 from AsymmetricVentures/issue22814Aymeric Augustin
2014-06-12Fixed #22814 -- Allowed ISO-8601 [+-]hh timezone format in parse_datetimeRichard Eames
2014-06-12Fixed #22818 -- Clarified you need to cd into the Django clone.Tim Graham
2014-06-12Silenced deprecation warnings for refs #22811 and fixed build.Tim Graham
2014-06-12Fixed #22811 -- Allowed setting both the old and new TEST database settings.Tim Graham
2014-06-12Fixed #22813 -- Updated Pillow URL in documentationClaude Paroz
2014-06-12Prevented markup escape in 'Welcome to Django' pageClaude Paroz
2014-06-12Made the vendored NamedTemporaryFile work as a context manager. Refs #22680.Loic Bistuer
2014-06-11Fixed typo in docs/ref/forms/validation.txt.Maxime Lorant
2014-06-11Added note to alphabetize AUTHORS.Tim Graham
2014-06-11Added link to data migrations in initial data deprecation noteGreg Chapple
2014-06-11Fixed #22487: Separated schema migration from data migration in testShai Berger
2014-06-11Fixed #22653 -- Added some database feature flags to tests.Tim Graham
2014-06-11Created a new tests folder (`model_options`).Moayad Mardini
2014-06-11Fixed #22068 -- Made runtests.py remove trailing slashes from test labels.Preston Timmons
2014-06-11Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...Anubhav Joshi
2014-06-11Removed an unused local variable, fixes a flake8 errorAlex Gaynor
2014-06-11Fixed #22680 -- I/O operation on closed file.Florian Apolloner