summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2013-10-22[1.5.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txtTim Graham
2013-10-18[1.5.x] Added a warning regarding session security and subdomains.Tim Graham
2013-10-15[1.5.x] Improvement on InlineFormSet doc, refs #21006Tianyi Wang
2013-10-15[1.5.x] Fixed #21006 -- Added example code for overriding methods on an Inlin...Tianyi Wang
2013-10-14[1.5.x] Fixed #21223 -- Added form.id_for_label to topic guide.Sorcha Bowler
2013-10-14[1.5.x] Fixed #21264 -- Incorrect RST usage in docsBouke Haarsma
2013-10-11[1.5.x] Fixed #15582 -- Documented how TransactionTestCase.multi_db affects f...Tim Graham
2013-10-11[1.5.x] Minor edits to docs/topics/db/queries.txt.Cody Scott
2013-10-10[1.5.x] Small improvements to docs/topics/db/models.txtCody Scott
2013-10-08[1.5.x] Fix grammatical errors in email documentationDan Loewenherz
2013-10-02[1.5.x] Clarified session replay attack differences with cookie backend.Tim Graham
2013-09-24[1.5.x] Fixed #21137 -- Corrected ULRconf include example.Tim Graham
2013-09-23[1.5.x] Removed implication that six is part of Python stdlib.Tim Graham
2013-09-23[1.5.x] Fixed #20830 -- Clarified that Django uses a customized version of six.Daley Chetwynd
2013-09-22[1.5.x] Reference Meta.index_together in DB performance guide.Ramiro Morales
2013-09-21[1.5.x] Fixed #21137 -- Documented best practice for URLconfs with repeated p...Michael DiBernardo
2013-09-19[1.5.x] Added missing "in" in sentence.Markus Amalthea Magnuson
2013-09-16[1.5.x] Reworded a paragraph in the logging docs.Ramiro Morales
2013-09-11[1.5.x] Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH.Tim Graham
2013-09-11[1.5.x] Documentation -- Improved description of cache argumentsKevin Christopher Henry
2013-09-06[1.5.x] Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDSTim Graham
2013-09-04[1.5.x] Fixed #21002 -- Documented JSON session serialization requires string...Tim Graham
2013-08-31[1.5.x] Made the doc about translating string literals in templates more prom...Loic Bistuer
2013-08-28[1.5.x] Minor spelling correction in ModelForms docsPhaneendra Chiruvella
2013-08-27[1.5.x] Fixed #20981 -- Noted the default value of disable_existing_loggers.Krzysztof Jurewicz
2013-08-27[1.5.x] Fixed typo in docs/topics/conditional-view-processing.txtJan Böcker
2013-08-22[1.5.x] Typos introduced in 57c82f909b.Ramiro Morales
2013-08-22[1.5.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.se...Tim Graham
2013-08-22[1.5.x] Documentation -- Clarified use of 'view' in test client introduction.Kevin Christopher Henry
2013-08-22[1.5.x] Made description of LANGUAGE_CODE setting more clear.Ramiro Morales
2013-08-15[1.5.x] Fixed a rest mistake I introduced in d5ce2ff.Aymeric Augustin
2013-08-15[1.5.x] Fixed #20444 -- Cookie-based sessions does not include a remote code ...Erik Romijn
2013-08-10[1.5.x] Fixed #20890 -- Added missing import in class-based view docs.Tim Graham
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
2013-08-04[1.5.x] Fixed #20855 -- Added documentation of current_app and extra_context ...Justin Michalicek
2013-08-03[1.5.x] Added missing request argument to example in URL dispatcher docsAlasdair Nicol
2013-07-29[1.5.x] Misc doc cleanups.minusf
2013-07-28[1.5.x] Fixed ReST typo in topics/class-based-views/mixins.txtTim Graham
2013-07-19[1.5.x] Fixed #20772 -- Fixed minor typo in form media docs.Loic Bistuer
2013-07-18[1.5.x] Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelA...Tim Graham
2013-07-16[1.5.x] Reworked docs for ModelForm validation.Loic Bistuer
2013-07-14[1.5.x] Fixed grammatical error in auth docsDavid Binetti
2013-07-11[1.5.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error.Tim Graham
2013-07-09[1.5.x] Fixed #18261 -- Clarified 'project root directory'SusanTan
2013-07-08[1.5.x] Fixed #16965 -- Clarified Formset can_delete docs.Tim Graham
2013-07-08[1.5.x] Fixed #12346 -- Added a note on how to validate InlineFormSets.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 #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