summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2015-08-11[1.8.x] Updated memcached library links to point to PyPI.Tim Graham
2015-08-10[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model...Tim Graham
2015-08-08[1.8.x] Updated Wikipedia links to use httpsClaude Paroz
2015-08-05[1.8.x] Fixed #25229 -- Clarified how an iterable works with @permission_requ...Tim Graham
2015-08-05[1.8.x] Fixed #25213 -- Discouraged use of QuerySet.extra()Tim Graham
2015-08-05[1.8.x] Fixed #25212 -- Documented the RawSQL expression.Tim Graham
2015-08-04[1.8.x] Fixed password_reset signature in docsAlasdair Nicol
2015-08-04[1.8.x] Fixed #25136 -- Documented Count('X', distinct=True) in aggregate top...Caio Ariede
2015-07-31[1.8.x] Clarified assertRaisesMessage() behavior with respect to the message.Tim Graham
2015-07-31[1.8.x] Fixed #25174 -- Moved some details of CheckMessage to the reference g...Tim Graham
2015-07-27[1.8.x] Fixed #25159 -- Removed brackets from class/function/method signature...Tim Graham
2015-07-25[1.8.x] Fixed #25166 -- Clarified how auth permissions are created.Tim Graham
2015-07-25[1.8.x] Fixed malformed Sphinx directives.Tim Graham
2015-07-21[1.8.x] Fixed #25156 -- Mentioned django.setup() in the settings overview for...James Bennett
2015-07-21[1.8.x] Normalized indentation and line lengths in docs/topics/auth/default.txt.Tim Graham
2015-07-16[1.8.x] Fixed typo in docs/topics/i18n/translation.txtRafał Selewońko
2015-07-10[1.8.x] Fixed #25082 -- Documented where to register system checks.Tim Graham
2015-07-10[1.8.x] Fixed #25083 -- Added SessionAuthenticationMiddleware to auth install...Nick Sweeting
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-06-22[1.8.x] Updated indentation of example template in docs/topics/i18n/translati...Wim Feijen
2015-06-17[1.8.x] Fixed outdated Python version support info in docs/topics/install.txtTim Graham
2015-06-17[1.8.x] Removed usage of string-based url() in auth docs.Tim Graham
2015-06-16[1.8.x] Refs #24987 -- Documented that Client.login() rejects inactive users.Tim Graham
2015-06-09[1.8.x] Fixed typos in docs/topics/python3.txtNik Nyby
2015-06-05[1.8.x] Capitalized "Python" in docs.Tim Graham
2015-06-02[1.8.x] Added headings to i18n template tags and filters.Tim Graham
2015-06-01[1.8.x] Simplified wording in QuerySet.update() docs.Maximiliano
2015-05-27[1.8.x] Refs #24853 -- Documented a limitation of RunPython and unmigrated apps.Tim Graham
2015-05-27[1.8.x] Removed unused import in example code in docs/topics/auth/default.txtKevin Marsh
2015-05-25[1.8.x] Fixed typos in HTTP decorator docs.I am Clinton
2015-05-22[1.8.x] Fixed mistakes in docs/topics/forms/formsets.txt examples.I am Clinton
2015-05-22[1.8.x] Fixed typo in docs/topics/auth/default.txtTim Graham
2015-05-21[1.8.x] Enhanced registration/login.html example template.Laurent Peuch
2015-05-18[1.8.x] Added docs for assertRaisesMessage as context manager.Tim Graham
2015-05-17[1.8.x] Fixed typo in docs/topics/http/sessions.txtTim Graham
2015-05-14[1.8.x] Minor edits to docs/topics/http/urls.txtI am Clinton
2015-05-13[1.8.x] Fixed #24789 -- Fixed wrong positional args order in doc exampleCharles Dee Rice
2015-05-12[1.8.x] Light edits to docs/topics/forms/index.txtI am Clinton
2015-05-11[1.8.x] Fixed #24780 -- Removed outdated discussion of signals and custom users.Tim Graham
2015-05-09[1.8.x] Fixed typo in docs/topics/testing/tools.txtIan Foote
2015-05-08[1.8.x] Fixed #24763 -- Moved DoesNotExist exception to model docs.David Krisch
2015-05-02[1.8.x] Fixed typo in translation import statementJosé Padilla
2015-05-01[1.8.x] Updated capitalization in the word "JavaScript" for consistencyDave Hodder
2015-04-29[1.8.x] Added translation.override() context manager to docs.Dmitry Medvinsky
2015-04-29[1.8.x] Used full variable names instead of abbreviation in examplesBaptiste Mispelon
2015-04-28[1.8.x] Fixed typo in docs/topics/i18n/translation.txtMounir
2015-04-25[1.8.x] Fixed a typo and formatting consistency in testing tools docsAdam Zapletal
2015-04-24[1.8.x] Added missing comma in LocMemCache example.Nik Nyby
2015-04-24[1.8.x] Fixed #24700 -- Added dash to slug regex in http docsMarcus Pennington
2015-04-24[1.8.x] Updated startproject MIDDLEWARE_CLASSES in docs.Daniel Harding