summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2014-03-27[1.6.x] Fixed #21941 -- Documented the kwargs param of django.conf.urls.url().Tim Martin
2014-03-25[1.6.x] Fixed #22322 -- Fixed incorrect explanation of what managed=False does.Tim Graham
2014-03-24[1.6.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relation...Adam Kaliński
2014-03-23[1.6.x] Fixed #22317 -- Fixed documented handler400 default valueClaude 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-16[1.6.x] Fixed #22242 -- Documented common cookie size limit.Daniel Pyrathon
2014-03-11[1.6.x] Fixed typo in docs/ref/django-admin.txtTim Graham
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-25[1.6.x] Fixed #22145 -- Clarified docs on Field.blank and Field.null options.navneet suman
2014-02-23[1.6.x] Fixed #22112 -- Added RedirectView.pattern_name to CBV flattened indexAlasdair Nicol
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-15[1.6.x] Fixed #22013 -- Documented difference between SERVER_EMAIL and DEFAUL...Zbigniew Siciarz
2014-02-09[1.6.x] Fixed inaccuracies in generic mixins documentation.Baptiste Mispelon
2014-01-29[1.6.x] Fix typo CRSF -> CSRFIan Foote
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 #21529 -- Noted that {% url %} encodes its output (refs #13260).Tim Graham
2014-01-17[1.6.x] Fixed #18942 -- Clarified usage of {% get_static_prefix %}.Tim Graham
2014-01-17[1.6.x] Fixed #13116 -- Described scope of variables created by {% url ... as...Tim Graham
2014-01-16[1.6.x] Fixed #18285 -- Documented that bulk_create doesn't work with M2M rel...Tim Graham
2014-01-16[1.6.x] Fixed #21768 -- Corrected TemplateView context section.Tim Graham
2014-01-15[1.6.x] Fixed typo in storage docsKevin Wood
2014-01-02[1.6.x] Fixed #21319 -- Added documentation for the Form.fields attribute.Vajrasky Kok
2014-01-02[1.6.x] Fixed minor typos.Nathan Smith
2013-12-31[1.6.x] Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer
2013-12-30[1.6.x] Fixed #21710 -- Documented User.get_short_name()Tim Graham
2013-12-28[1.6.x] Fixed #21618 -- Added hints about openlayers.js hostingClaude Paroz
2013-12-26[1.6.x] Fixed #21629 -- Added instructions for loading MySQL time zone defini...Tim Graham
2013-12-19[1.6.x] Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
2013-12-18[1.6.x] Fixed #21585 -- Updated some links to 3rd party database projects.Tim Graham
2013-12-18[1.6.x] Fixed #21632 -- Docs: Removed example with callable as query parameterKevin Christopher Henry
2013-12-15[1.6.x] Added some internal links to render_to_string documentation.Baptiste Mispelon
2013-12-15[1.6.x] Fixed typo in docs/ref/models/fields.txtTim Graham
2013-12-08[1.6.x] Updated a bunch of hyperlinks in documentationClaude Paroz
2013-12-02[1.6.x] Added a warning regarding risks in serving user uploaded media.Tim Graham
2013-11-28[1.6.x] Fixed #21515 -- Corrected example of template.Context in documentation.Baptiste Mispelon
2013-11-25[1.6.x] Fixed #21507 -- Corrected default widget information for FileFieldLudwik Trammer
2013-11-24[1.6.x] Fixed typo in previous commit; refs #21490.Tim Graham
2013-11-24[1.6.x] Fixed #21490 -- Fixed custom admin URL reverse example.Tim Graham
2013-11-23[1.6.x] Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales
2013-11-21[1.6.x] Fixed #21427 -- Clearly state integer field value ranges in docsMarkus Amalthea Magnuson
2013-11-19[1.6.x] Fixed the base class note in the Date Views docs.Rocky Meza