summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-07-18[1.5.x] Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelA...Tim Graham
2013-07-18[1.5.x] Atom specification URL updatedMatt Deacalion Stevens
2013-07-18[1.5.x] Fixed #20763 -- Typo in tutorial 3.Tim Graham
2013-07-17[1.5.x] Fixed #20756 -- Typo in uWSGI docs.Tim Graham
2013-07-16[1.5.x] Reworked docs for ModelForm validation.Loic Bistuer
2013-07-15[1.5.x] Fixed some markup in docs/ref/templates/api.txtTim Graham
2013-07-14[1.5.x] Fixed grammatical error in auth docsDavid Binetti
2013-07-12[1.5.x] Fixed #17528 -- Documented that add() and remove() with a many-to-man...Tim Graham
2013-07-12[1.5.x] Fixed #20735 -- clarified ManyToManyField constructor docChristopher Medrela
2013-07-11[1.5.x] Fixed #20053 -- Fixed `index_together` documentationJohan Charpentier
2013-07-11[1.5.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error.Tim Graham
2013-07-10[1.5.x] Added a missing test requirement in the docs; refs #19196Tim Graham
2013-07-10[1.5.x] Fixed #19196 -- Added test/requirementsTim Graham
2013-07-09[1.5.x] Fixed #18261 -- Clarified 'project root directory'SusanTan
2013-07-08[1.5.x] Fixed #18944 -- Documented PasswordResetForm's from_email argument as...Tim Graham
2013-07-08[1.5.x] Fixed #16965 -- Clarified Formset can_delete docs.Tim Graham
2013-07-08[1.5.x] Fixed #20493 -- Added a warning that objects may not be picklable acr...Tim Graham
2013-07-08[1.5.x] Fixed #12346 -- Added a note on how to validate InlineFormSets.Tim Graham
2013-07-06[1.5.x] Fixed #14006 -- Documented that Field's 'description' attribute is in...Tim Graham
2013-07-05[1.5.x] Fixed #19539 -- Updated custom model fields example for Python 3.Tim Graham
2013-07-04[1.5.x] Fixed #20134 -- Correct list of fields that UserManager requires.Tim Graham
2013-07-04[1.5.x] Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.Tim Graham
2013-07-04[1.5.x] Fixed #12579 -- Noted QuerySet.get_or_create() depends on database un...Tim Graham
2013-07-04[1.5.x] Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs.Tim Graham
2013-07-03[1.5.x] Fixed #20609 -- Documented how to use request.user with RequestFactorySusanTan
2013-07-03[1.5.x] Fixed #20687 -- Added documentation for django.core.signing API.Tomáš Ehrlich
2013-07-03[1.5.x] Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Pyth...Tim Graham
2013-06-29[1.5.x] Fixed #20677 - Typos in generic_inlineformset_factory docs.Tim Graham
2013-06-28[1.5.x] Fixed missing slash in reusable apps tutorial.Baptiste Mispelon
2013-06-28Fixed #20670 -- Fixed project layout in reusable apps tutorial.jktravis
2013-06-27[1.5.x] Added missing preposition in documentationTrey Hunner
2013-06-27[1.5.x] Fixed typo in docs/ref/signals.txtKen Bolton
2013-06-27[1.5.x] Fixed #20665 -- Missing backslash in sitemaps documentationBaptiste Mispelon
2013-06-25[1.5.x] Fixed #20654 -- Fixed type of `m2m_changed`'s `pk_set` arg in docsDaniel Izquierdo
2013-06-24[1.5.x] Clarified get_list_or_404 docs, refs #14150.Tim Graham
2013-06-24[1.5.x] Corrected minor typos in FileUploadHandler.receive_data_chunk docs.Simon Meers
2013-06-23[1.5.x] Fixed errors and inconsistencies in CBV topic documentation.Baptiste Mispelon
2013-06-21Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy.Tim Graham
2013-06-21[1.5.x] Fixed #19881 -- Documented that get_next/previous_by_FOO uses default...James Bennett
2013-06-21[1.5.x] Fixed #20612 -- Fixed incorrect wording in CBV documentationBaptiste Mispelon
2013-06-20[1.5.x] Fixed #19319 -- Updated example httpd.conf for Apache 2.4Tim Graham
2013-06-20[1.5.x] Fixed error in last commit. Thanks Simon Charette.Tim Graham
2013-06-20[1.5.x] Modified tutorial 3 to use RequestContext in place of Context.Harm Geerts
2013-06-19Fixed broken reference in documentation.Baptiste Mispelon
2013-06-17[1.5.x] Fixed #20614 -- Typo in documentation.Baptiste Darthenay
2013-06-14[1.5.x] Fixed #20604 - Fixed file example in docs.Tim Graham
2013-06-14[1.5.x] Fixed an erroneous import in example code.Pablo Sanfilippo
2013-06-12[1.5.x] Warned that `request_finished` isn't sent by some buggy setups.Jaap Roes
2013-06-11[1.5.x] Fixed #20500 - Updated flatpages URLconf example to work with APPEND_...Tim Graham
2013-06-10[1.5.x] Fixed #20578 - Typo in BaseFormSet module nameTim Graham