summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-12[1.6.x] Fixed #20740 -- GenericIPAddressField should pass protocol to formfie...Tim Graham
2013-07-12[1.6.x] Fixed #20653 -- Renamed checksetup -> check missed in [03465639]Tim Graham
2013-07-12[1.6.x] Fixed #17528 -- Documented that add() and remove() with a many-to-man...Tim Graham
2013-07-12[1.6.x] Fixed #20735 -- clarified ManyToManyField constructor docChristopher Medrela
2013-07-11[1.6.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error.Tim Graham
2013-07-11[1.6.x] Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txtTim Graham
2013-07-10[1.6.x] Added some missing test requirements in the docs; refs #19196Tim Graham
2013-07-10[1.6.x] Fixed #19196 -- Added test/requirementsTim Graham
2013-07-09Fixed #20724 -- Test failure on SQLite.Aymeric Augustin
2013-07-09Avoided transaction.set_autocommit in tests.Aymeric Augustin
2013-07-09[1.6.x] Fixed last_executed_query test failure on OracleShai Berger
2013-07-09[1.6.x] Fixed #20722 -- Fixed MemcachedCache backend get_many on Python 3.Tim Graham
2013-07-09[1.6.x] Partial revert of commit 2bf403ecbd95Claude Paroz
2013-07-09[1.6.x] Fixed #18261 -- Clarified 'project root directory'SusanTan
2013-07-08[1.6.x] Fixed #18944 -- Documented PasswordResetForm's from_email argument as...Tim Graham
2013-07-08[1.6.x] Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett
2013-07-08[1.6.x] Fixed #16965 -- Clarified Formset can_delete docs.Tim Graham
2013-07-08[1.6.x] Fixed #20493 -- Added a warning that objects may not be picklable acr...Tim Graham
2013-07-08[1.6.x] Fixed #12346 -- Added a note on how to validate InlineFormSets.Tim Graham
2013-07-08[1.6.x] Completed some more name_local namesClaude Paroz
2013-07-08[1.6.x] Fixed #20716 --Missing 'name_local' translationMathias Andre
2013-07-07[1.6.x] Fixed #20711 -- Fixed broken link in timesince.py docstringSusanTan
2013-07-06[1.6.x] Fixed #14006 -- Documented that Field's 'description' attribute is in...Tim Graham
2013-07-05[1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-07-05[1.6.x] Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only ...Tim Graham
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