summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2013-08-10[1.5.x] Fixed #20890 -- Added missing import in class-based view docs.Tim Graham
Thanks André Augusto. Backport of ab680725bf from master
2013-08-08[1.5.x] Removed a ModelForm doc section that doesn't apply to 1.5.xTim Graham
2013-08-06[1.5.x] Added section labels in cache docsLeandro Regueiro
Backport of 709cd2c4b7 from master
2013-08-04[1.5.x] Fixed #20855 -- Added documentation of current_app and extra_context ↵Justin Michalicek
params to django.contrib.auth views refs #5298 and refs #8342 Backport of 61ecb5f48a from master.
2013-08-03[1.5.x] Added missing request argument to example in URL dispatcher docsAlasdair Nicol
Backport of a0c58113b9 from master
2013-07-29[1.5.x] Misc doc cleanups.minusf
Backport of 70c080fcdb from master
2013-07-28[1.5.x] Fixed ReST typo in topics/class-based-views/mixins.txtTim Graham
Backport of 0b35a2cce3 from master
2013-07-19[1.5.x] Fixed #20772 -- Fixed minor typo in form media docs.Loic Bistuer
Backport of aa41eb9b8b from master
2013-07-18[1.5.x] Fixed #20762 -- Clarified that add_fieldsets is not a standard ↵Tim Graham
ModelAdmin attribute. Backport of dce8945ea6 from master
2013-07-16[1.5.x] Reworked docs for ModelForm validation.Loic Bistuer
Backport of fba6c2ede7 from master
2013-07-14[1.5.x] Fixed grammatical error in auth docsDavid Binetti
Backport of 51b50c47c7 from master
2013-07-11[1.5.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error.Tim Graham
Thanks glarrain for the report. Backport of 684a606a4e from master
2013-07-09[1.5.x] Fixed #18261 -- Clarified 'project root directory'SusanTan
Backport of ef3fddf26e from master
2013-07-08[1.5.x] Fixed #16965 -- Clarified Formset can_delete docs.Tim Graham
Thanks gregcorey@ for the suggestion. Backport of 660c30ed95 from master
2013-07-08[1.5.x] Fixed #12346 -- Added a note on how to validate InlineFormSets.Tim Graham
Thanks johnsmith for the suggestion. Backport of 181f63c22d from master
2013-07-04[1.5.x] Fixed #20134 -- Correct list of fields that UserManager requires.Tim Graham
Thanks semenov and pegler. Backport of da5069f68f from master.
2013-07-04[1.5.x] Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs.Tim Graham
Thanks rene@ for the suggestion. Backport of 231e31c690 from master.
2013-07-03[1.5.x] Fixed #20609 -- Documented how to use request.user with RequestFactorySusanTan
Thanks michel@ for the suggestion. Backport of 75041d5ea3 from stable/1.5.x.
2013-07-03[1.5.x] Fixed #20687 -- Added documentation for django.core.signing API.Tomáš Ehrlich
Thanks Baptiste Mispelon for the suggestion. Backport of c5bc98d7e1 from master.
2013-06-24[1.5.x] Clarified get_list_or_404 docs, refs #14150.Tim Graham
Backport of e161e4ff11 from master
2013-06-24[1.5.x] Corrected minor typos in FileUploadHandler.receive_data_chunk docs.Simon Meers
Backport of 6466a08 from master.
2013-06-23[1.5.x] Fixed errors and inconsistencies in CBV topic documentation.Baptiste Mispelon
Backport of bd9fbd1497edc585c5bec28c7d4bc8d1afd1943b from master.
2013-06-21[1.5.x] Fixed #20612 -- Fixed incorrect wording in CBV documentationBaptiste Mispelon
Thanks to ndokos for the report. Backport of b53ed5ac55d5881f129c4921199af355e2b13565 from master.
2013-06-19Fixed broken reference in documentation.Baptiste Mispelon
2013-06-14[1.5.x] Fixed #20604 - Fixed file example in docs.Tim Graham
Thanks Chris Lasher for the report. Backport of a1122e14a6 from master
2013-06-14[1.5.x] Fixed an erroneous import in example code.Pablo Sanfilippo
Backport of bd68f701b from master. Fixes #20595.
2013-06-10[1.5.x] Fixed #20578 - Typo in BaseFormSet module nameTim Graham
Backport of 9ff5f100dd from master
2013-06-09[1.5.x] Fixed #19875 - Added warnings regarding DEBUG=False and empty ↵Tim Graham
ALLOWED_HOSTS Backport of 4e94c84e50 from master
2013-06-01[1.5.x] Fixed #20543 - Typo in db model fields docs.Tim Graham
Thanks i.amber.jain@ for the report. Backport of f315693304 from master
2013-05-31[1.5.x] Fixed #20166 - Corrected TEST_DEPENDENCIES example in testing docs.Tim Graham
Thanks czambran. Backport of f10e9af227 from master
2013-05-28[1.5.X] Fixed #20523 - Incorrect form field for FilePathField.Tim Graham
Thanks sane4ka.sh@ for the report. Backport of 1fdc3d256d from master
2013-05-28[1.5.X] Fixed #20513 - Expanded docs on QuerySet caching.Tim Graham
Thanks seddonym. Backport of 8365d76da0 from master
2013-05-23[1.5.x] Fixed #20316 - Clarified transaction behavior of TestCase.Tim Graham
Thanks uberj@ for the report and lolek09 for the patch. Backport of dffdca1109 from master
2013-05-19[1.5.X] Fixed #20183 - Clarified docs assumption that certain objects exist ↵Tim Graham
in database. Thanks Tomasz Jaskowski for the patch. Backport of 41bea033b7 from master
2013-05-18[1.5.x] Fixed #20335 - Documented the {% language %} template tag.Tim Graham
Thanks bmispelon for the suggestion and djangsters for the patch. Backport of 96cabba808 from master
2013-05-15[1.5.x] Fixed #20165 - Updated testing example to use django.test.TestCase.Tim Graham
Thanks Lorin Hochstein. Backport of 84d8b247d2 from master.
2013-05-13[1.5.x] Fixed #20394 - Clarified argument of get_user in docszhongqi
Backport of 1172bef998 from master.
2013-05-13[1.5.x] Fixed #20398 - Added language selection code to example in documentationTim Graham
Thanks ggbaker for the suggestion and Simeon Visser for the patch. Backport of 897e4eab65 from master
2013-05-10[1.5.x] Fixed #20385 -- Typo in files docs.Aymeric Augustin
Backport of bdd2857 from master.
2013-05-06[1.5.x] Fixed #20177 - Corrected docs for ↵Tim Graham
django.test.utils.setup_test_environment. Thanks vlad.london.uk@ for the report. Backport of bc02a963db from master
2013-05-06[1.5.x] Fixed #20274 - Added some clarifying section headings in the test docs.Tim Graham
Backport of e886808994 from master
2013-04-22[1.5.x] Fixed #20270 -- Fixed error in AjaxResponseMixin documentationBaptiste Mispelon
Backport of 73c26f0c95 from master.
2013-04-18[1.5.x] Fixed #20285 - Added missing commas in translation docs.Tim Graham
Thanks cody.j.b.scott@ Backport of 9f7b277d2e from master
2013-04-16[1.5.x] Fixed #20266 -- Updated view example in CBV introductionClaude Paroz
Thanks jim at hellolocals.com for the report. Backport of 58b3a974fc from master.
2013-04-15[1.5.x] Fixed #20263 -- Corrected wording in the formset documentation.Simon Charette
Thanks to feraudyh at yahoo.com for the report. Backport of 1de63cccb1 from master.
2013-04-10[1.5.x] Fixed #20204 - Consistent usage of url() in URL dispatcher documentationTim Graham
Thanks Baptiste Mispelon for the patch and dave.lampton@ for the suggestion. Backport of c852d45681 from master.
2013-03-31[1.5.x] Fixed #8649 - Documented a caveat about dynamically adjusting formsets.Tim Graham
Backport of 4a1d425cfe from master
2013-03-31[1.5.x] Fixed #20168 - Generalized a PostgreSQL specific database query in ↵Tim Graham
the docs. Thanks Russ for the suggestion. Backport of c119d0f152 from master
2013-03-30[1.5.x] Fixed #19897 - Updated static files howto.Tim Graham
Thanks Jan Murre, Reinout van Rees and Wim Feijen, plus Remco Wendt for reviewing. Backport of i6c730da1f from master.
2013-03-29[1.5.x] Fixed #20150 -- Fixed an error in manager doc exampleNimesh Ghelani
Backport of 485c024567 from master