summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-03-24[1.6.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relation...Adam Kaliński
2014-03-24[1.6.x] Fixed #22247 -- Replaced "upstream" with "downstream" in cache docs.Tim Graham
2014-03-24[1.6.x] Fixed #21665 -- Documented that changes in assertRedirects may be req...Tim Graham
2014-03-24[1.6.x] Updated six to 1.6.1.Tim Graham
2014-03-23[1.6.x] Fixed #22317 -- Fixed documented handler400 default valueClaude Paroz
2014-03-22[1.6.x] Added release note about strip_tags improvementClaude Paroz
2014-03-22[1.6.x] Improved strip_tags and clarified documentationClaude Paroz
2014-03-21[1.6.x] Small doc changes missed in 66076268.Aymeric Augustin
2014-03-21[1.6.x] Replaced an instance of PIL with Pillow in the docs.Tim Graham
2014-03-19[1.6.x] Fixed #22253 -- Added django-i18n to the mailing lists docs.Anubhav Joshi
2014-03-16[1.6.x] Fixed #22242 -- Documented common cookie size limit.Daniel Pyrathon
2014-03-13[1.6.x] Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subcla...Claude Paroz
2014-03-13[1.6.x] Fixed #22262 -- Added the correct line in the last example of Transla...Dejan Noveski
2014-03-11[1.6.x] Fixed typo in docs/ref/django-admin.txtTim Graham
2014-03-03[1.6.x] Fixed #21986 -- Added some guidelines for database indexes.Alex de Landgraaf
2014-03-03[1.6.x] Fixed #21908 -- Added example usage for ModelAdmin.get_inline_instanc...Tim Graham
2014-03-02[1.6.x] Fixed some typos in the documentation.Baptiste Mispelon
2014-02-28[1.6.x] Fixed #21643 -- repeated execution of qs with F() + timedeltaAlexey Voronov
2014-02-25[1.6.x] Fixed #22145 -- Clarified docs on Field.blank and Field.null options.navneet suman
2014-02-25[1.6.x] Fixed #12670 -- Added a note about permissions of files stored in FIL...Rik
2014-02-25[1.6.x] Fixed #22071 -- Added a warning regarding override_settings and alias...Henk Vos
2014-02-24[1.6.x] Fixed #22116 -- Added precision about WSGIPythonPath separatorClaude Paroz
2014-02-23[1.6.x] Fixed #22112 -- Added RedirectView.pattern_name to CBV flattened indexAlasdair Nicol
2014-02-23[1.6.x] Fixed #22007 -- Fixed cbv docs - make imports consistentMartin Matusiak
2014-02-23[1.6.x] Fixed #21902 -- Documented search order for list_display.Marcin Sokół
2014-02-23[1.6.x] Fixed #22092 -- Documented ResolverMatch.view_nameJochem Oosterveen
2014-02-23[1.6.x] Fixed #22113 -- changed object_name to model_name in CBV docs.Marcin Sokół
2014-02-23[1.6.x] Fixed #21881 -- Clarify behavior of {% ssi %} template tag.Baptiste Mispelon
2014-02-23[1.6.x] Fixed #22063 -- Added reference to NoReverseMatch from the reverse() ...Alex de Landgraaf
2014-02-19[1.6.x] Fixed #22093 -- Made Form.Meta.fields examples consistent.Tim Graham
2014-02-18[1.6.x] Fixed #22062 -- Corrected static files config for Apache >= 2.4Tim Graham
2014-02-15[1.6.x] Fixed #22013 -- Documented difference between SERVER_EMAIL and DEFAUL...Zbigniew Siciarz
2014-02-14[1.6.x] Added 1.6.3 release note for refs #21566.Tim Graham
2014-02-10[1.6.x] Fixed #21996 -- Used proper encoding for GeoIP contentClaude Paroz
2014-02-10[1.6.x] Added 1.6.3 release notes stubClaude Paroz
2014-02-09[1.6.x] Fixed inaccuracies in generic mixins documentation.Baptiste Mispelon
2014-02-06Updated 1.6.2 release notes for release (and linkified tickets).Jacob Kaplan-Moss
2014-02-05[1.6.x] Added missing items to 1.6.2 release notes.Tim Graham
2014-02-05[1.6.x] Added previous commit to 1.6.2 release notes.Baptiste Mispelon
2014-01-29[1.6.x] Fix typo CRSF -> CSRFIan Foote
2014-01-26[1.6.x] Added release note stubs for 1.5.6 and 1.4.11.Tim Graham
2014-01-26[1.6.x] Added missing items to 1.6.2 release notes.Tim Graham
2014-01-26[1.6.x] Fixed typo. Refs #21836.Aymeric Augustin
2014-01-25[1.6.x] Fixed #21836 -- Improved transaction docs about autocommit modeChris Jerdonek
2014-01-24[1.6.x] Fixed #21869 -- Fixed docs building with Sphinx 1.2.1.Tim Graham
2014-01-24[1.6.x] Fixed #21824 -- Added reference to LTS in docs/internals/security.txtJames Turley
2014-01-23[1.6.x] Fixed some punctuation; thanks Chris Jerdonek.Tim Graham
2014-01-22[1.6.x] Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2014-01-22[1.6.x] Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2014-01-22[1.6.x] Fixed #20834 -- Described how caching of user permissions works.Tim Graham