summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2013-10-22[1.6.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txtTim Graham
2013-10-21[1.6.x] Added docs for the hasher's iteration count changes.Tim Graham
2013-10-18[1.6.x] Added a warning regarding session security and subdomains.Tim Graham
2013-10-15[1.6.x] Improvement on InlineFormSet doc, refs #21006Tianyi Wang
2013-10-15[1.6.x] Fixed #21006 -- Added example code for overriding methods on an Inlin...Tianyi Wang
2013-10-14[1.6.x] Fixed #21223 -- Added form.id_for_label to topic guide.Sorcha Bowler
2013-10-14[1.6.x] Clarfied the ModelForm docs with respect to generated vs. declared fi...Loic Bistuer
2013-10-14[1.6.x] Fixed #21264 -- Incorrect RST usage in docsBouke Haarsma
2013-10-13[1.6.x] Fixed #19560 -- Identified field in warning for naive datetime.Aymeric Augustin
2013-10-11[1.6.x] Fixed #15582 -- Documented how TransactionTestCase.multi_db affects f...Tim Graham
2013-10-11[1.6.x] Minor edits to docs/topics/db/queries.txt.Cody Scott
2013-10-10[1.6.x] Small improvements to docs/topics/db/models.txtCody Scott
2013-10-09[1.6.x] Fixed grammar/typos in auth customization docsClaude Paroz
2013-10-08[1.6.x] Fix grammatical errors in email documentationDan Loewenherz
2013-10-08[1.6.x] Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee
2013-10-07[1.6.x] Re-added link to SQLite notes from DB section of install doc.Ramiro Morales
2013-10-02[1.6.x] Fixed #10913 -- Documented how related_name affects QuerySet filteringTim Graham
2013-10-02[1.6.x] Clarified session replay attack differences with cookie backend.Tim Graham
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-25[1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
2013-09-24[1.6.x] Fixed #21137 -- Corrected ULRconf include example.Tim Graham
2013-09-23[1.6.x] Removed implication that six is part of Python stdlib.Tim Graham
2013-09-23[1.6.x] Fixed #20830 -- Clarified that Django uses a customized version of six.Daley Chetwynd
2013-09-22[1.6.x] A few doc additions for changes from d228c1192e.Ramiro Morales
2013-09-22[1.6.x] Reference Meta.index_together in DB performance guide.Ramiro Morales
2013-09-21[1.6.x] Fixed #21137 -- Documented best practice for URLconfs with repeated p...Michael DiBernardo
2013-09-20[1.6.x] Clarified why one must not catch database errors inside atomic.Aymeric Augustin
2013-09-19[1.6.x] Added missing "in" in sentence.Markus Amalthea Magnuson
2013-09-16[1.6.x] Reworded a paragraph in the logging docs.Ramiro Morales
2013-09-11[1.6.x] Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH.Tim Graham
2013-09-11[1.6.x] Documentation -- Improved description of cache argumentsKevin Christopher Henry
2013-09-10[1.6.x] Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-09-09[1.6.x] Fixed #16895 -- Warned about cost of QuerySet orderinge0ne
2013-09-07[1.6.x] Fixed #21068 -- Added some docs for DiscoverRunnerTim Graham
2013-09-06[1.6.x] Fixed a link in topics/testing/overview.txtTim Graham
2013-09-06[1.6.x] Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDSTim Graham
2013-09-05[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-09-03[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-09-03[1.6.x] Fixed #21002 -- Documented JSON session serialization requires string...Tim Graham
2013-08-31[1.6.x] Made the doc about translating string literals in templates more prom...Loic Bistuer
2013-08-28[1.6.x] Minor spelling correction in ModelForms docsPhaneendra Chiruvella
2013-08-27[1.6.x] Fixed #20981 -- Noted the default value of disable_existing_loggers.Krzysztof Jurewicz
2013-08-27[1.6.x] Fixed typo in docs/topics/conditional-view-processing.txtJan Böcker
2013-08-22[1.6.x] Typos introduced in 57c82f909b.Ramiro Morales
2013-08-22[1.6.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.se...Tim Graham
2013-08-22[1.6.x] Documentation -- Clarified use of 'view' in test client introduction.Kevin Christopher Henry
2013-08-22[1.6.x] Made description of LANGUAGE_CODE setting more clear.Ramiro Morales
2013-08-10[1.6.x] Fixed #20890 -- Added missing import in class-based view docs.Tim Graham
2013-08-06[1.6.x] Added section labels in cache docsLeandro Regueiro
2013-08-05[1.6.x] Fixed #20862 -- Updated startproject MIDDLEWARE_CLASSES in docs.Tim Graham