summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2014-04-25[1.6.x] Fixed #22493 - Added warnings to raw() and extra() docs about SQL inj...Moayad Mardini
2014-04-25[1.6.x] Fixed #22516 -- Added versionchanged annotation for STATIC_ROOT defau...Malcolm Box
2014-04-22[1.6.x] Various documentation typo/spelling fixesMarti Raudsepp
2014-04-21[1.6.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn
2014-04-21[1.6.x] Corrected the section identifier for MySQL unicode reference.Matt Lauber
2014-04-18[1.6.x] Moved RemoteUserBackend documentation to reference guide.Tim Graham
2014-04-18[1.6.x] Fixed #22458 -- Added a note about MySQL utf8_unicode_ci collationMoayad Mardini
2014-04-18[1.6.x] Fixed #22473 -- Emphasized that Model.clean() is not called from Mode...Tim Graham
2014-04-16[1.6.x] Fixed #22220 -- Added more examples to reverse() documention.Ben Davis
2014-04-16[1.6.x] Added RemoteUserMiddleware to middleware reference page.Tim Graham
2014-04-10[1.6.x] Fixed #21353 -- Noted that description is ignored for TabularInlines.Tim Graham
2014-04-10[1.6.x] Documentation fixes for the select_for_update change.Shai Berger
2014-04-10[1.6.x] Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
2014-04-09[1.6.x] Fixed small typo in django-admin.txtejstronge
2014-04-03[1.6.x] Fixed #22372 -- Improved description of WizardView.get_context_data().Vishal Lal
2014-03-31[1.6.x] Replaced urllib/urlparse imports with from django.utils.six.moves.Tim Graham
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