summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-05[1.6.x] Fixed #19539 -- Updated custom model fields example for Python 3.Tim Graham
2013-07-05[1.6.x] fixed grammarhekevintran
2013-07-04[1.6.x] Fixed #19940 -- Made test.runner.setup_databases properly handle alia...Tim Graham
2013-07-04[1.6.x] Fixed #20134 -- Correct list of fields that UserManager requires.Tim Graham
2013-07-04[1.6.x] Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.Tim Graham
2013-07-04[1.6.x] Fixed #12579 -- Noted QuerySet.get_or_create() depends on database un...Tim Graham
2013-07-04[1.6.x] Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs.Tim Graham
2013-07-03[1.6.x] Fixed #20675 -- `check_password` should work when no password is spec...Simon Charette
2013-07-03[1.6.x] Fixed #20609 -- Documented how to use request.user with RequestFactorySusanTan
2013-07-03[1.6.x] Fixed #20687 -- Added documentation for django.core.signing API.Tomáš Ehrlich
2013-07-03[1.6.x] Added check when fetching and updating translations from TransifexClaude Paroz
2013-07-03[1.6.x] Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Pyth...Tim Graham
2013-07-02[1.6.x] A couple more semicolon -> colon fixes; refs #18134.Tim Graham
2013-07-01[1.6.x] Fixed a couple form/formset deprecation warnings in tests.Tim Graham
2013-07-01[1.6.x] Updated tests for deprecation of Option.get_(add|change|delete)_permi...Tim Graham
2013-07-01[1.6.x] Fixed #20659 -- Fixed PublisherDetail in CBV topic documentation.Baptiste Mispelon
2013-07-01Stopped branding Python 3 support as experimental.Aymeric Augustin
2013-07-01Updated FAQ on Python versions to explain 2 vs 3.Aymeric Augustin
2013-06-30[1.6.x] Fixed #20667 - Removed discussion of DEBUG from tutorial.Tim Graham
2013-06-30[1.6.x] Introduced getters for connection.autocommit and .needs_rollback.Aymeric Augustin
2013-06-30[1.6.x] Stopped calling loaddata with commit=False.Aymeric Augustin
2013-06-29[1.6.x] Fixed #20677 - Typos in generic_inlineformset_factory docs.Tim Graham
2013-06-29[1.6.x] Fixed #18592 -- Prevented crash when accessing MySQL _last_executedClaude Paroz
2013-06-29[1.6.x] Do not allow FileSystemStorage.delete to receive an empty nameClaude Paroz
2013-06-29[1.6.x] Fixed #20660 -- Do not try to delete an unset FieldFileClaude Paroz
2013-06-29[1.6.x] Removed comment from setup.cfg which broke newer wheel versions.Florian Apolloner
2013-06-29[1.6.x] Removed obsolete comment. Refs #20079.Aymeric Augustin
2013-06-29[1.6.x] Fixed 1.6 release notes.Florian Apolloner
2013-06-28[1.6.x] Added missing deprecation note for model permission methods.Simon Charette
2013-06-28[1.6.x] Updated FAQ to reflect official Python 3 supportClaude Paroz
2013-06-28[1.6.x] Updated FAQ entry about python 3Claude Paroz
2013-06-28Updated version numbers and setup.py for 1.6beta.1.6b1Jacob Kaplan-Moss
2013-06-28Fixed missing slash in reusable apps tutorial.Baptiste Mispelon
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-27Prevented running some admin_view tests twice.Tim Graham
2013-06-27Fixed #20664 -- Fixed a bug with raw_id_fields on Python 3.Tim Graham
2013-06-27Fixed #20571 -- Added an API to control connection.needs_rollback.Aymeric Augustin
2013-06-27Merge pull request #1312 from kenbolton/klb/docsMarc Tamlyn
2013-06-27Fix typoKen Bolton
2013-06-27Fixed #20244: PermissionsMixin now defines a related_query_name for M2MsAndrew Godwin
2013-06-27Docs for related_query_nameAndrew Godwin
2013-06-27Merge pull request #1311 from loic/ticket20619_take2Andrew Godwin
2013-06-27Fixed LOGGING setting docsClaude Paroz
2013-06-27Add related_query_name to ForeignKey/M2M. Refs #20244Andrew Godwin
2013-06-27Fixed #20590: Documented new test case orderingAndrew Godwin
2013-06-27Fixed #20541 -- don't raise db signals twice when creating superuserAnton Baklanov
2013-06-27Fixed #20665 -- Missing backslash in sitemaps documentationBaptiste Mispelon
2013-06-26Merge pull request #1309 from treyhunner/patch-1Simon Charette
2013-06-26Add missing preposition in documentationTrey Hunner
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham