summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-06-10Fixed #22780 -- Checked that LOCALE_PATHS is really a tupleTim Schaffer
2014-06-10Fixed #22798 -- `pluralize()` now adds plural_suffix for any `1 < d < 2`Moayad Mardini
2014-06-10Fixed #22801 -- Added 'www.' to diveintopython.net linksMaxime Turcotte
2014-06-10Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
2014-06-10Fixed #17431 -- Added send_mail() method to PasswordResetForm.Jorge C. Leitão
2014-06-10Fixed #22792 -- Updated checks for list_display_links in model adminGreg Chapple
2014-06-10Corrected some indentation in docs/topics/auth/default.txt.Tim Graham
2014-06-10Close autoescape tag in template documentation.Andreas Damgaard Pedersen