summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2014-08-26[1.5.x] Fixed spelling mistake in file docs.Tim Graham
2014-08-20[1.5.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ...Tim Graham
2014-08-13[1.5.x] Corrected content_type parameter name in sitemap docs.Tim Graham
2014-08-11[1.5.x] Added a warning that remove_tags() output shouldn't be considered safe.Tim Graham
2014-08-06[1.5.x] Fixed #23239 -- Clarified a phrase in the contrib.markup docs.Tim Graham
2014-06-18[1.5.x] Fixed #22859 -- Improved crossDomain technique in CSRF example.Tim Graham
2014-05-17[1.5.x] Fixed #22644 -- Clarified documentation for NamedUrlWizardViewErik Romijn
2014-05-16[1.5.x] Fixed case in form widgets docsClaude Paroz
2014-05-16[1.5.x] Fixed #22167 -- Improved documentation on context processorsMoritz
2014-04-21[1.5.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn
2014-04-21[1.5.x] Corrected the section identifier for MySQL unicode reference.Matt Lauber
2014-03-22[1.5.x] Clarified strip_tags documentationClaude Paroz
2014-01-29[1.5.x] Fix typo CRSF -> CSRFIan Foote
2014-01-23[1.5.x] Fixed some punctuation; thanks Chris Jerdonek.Tim Graham
2014-01-22[1.5.x] Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2014-01-22[1.5.x] Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2014-01-16[1.5.x] Fixed #21768 -- Corrected TemplateView context section.Tim Graham
2014-01-15[1.5.x] Fixed typo in storage docsKevin Wood
2014-01-02[1.5.x] Fixed minor typos.Nathan Smith
2013-12-30[1.5.x] Fixed #21710 -- Documented User.get_short_name()Tim Graham
2013-12-18[1.5.x] Fixed #21632 -- Docs: Removed example with callable as query parameterKevin Christopher Henry
2013-11-28[1.5.x] Fixed #21515 -- Corrected example of template.Context in documentation.Baptiste Mispelon
2013-11-25[1.5.x] Fixed #21507 -- Corrected default widget information for FileFieldLudwik Trammer
2013-11-24[1.5.x] Fixed typo in previous commit; refs #21490.Tim Graham
2013-11-24[1.5.x] Fixed #21490 -- Fixed custom admin URL reverse example.Tim Graham
2013-11-19[1.5.x] Fixed the base class note in the Date Views docs.Rocky Meza
2013-11-12[1.5.x] Removed a mention of `Form._errors` from the documentation.Baptiste Mispelon
2013-11-10[1.5.x] Fixed #21372 -- Corrected docs regarding translating LANGUAGES.Bernardo Pires
2013-11-08[1.5.x] Added missing parameter in npgettext_lazy docsglts
2013-11-01[1.5.x] Fixed spelling ("dependant" -> "dependent")Tim Graham
2013-11-01[1.5.x] Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 onClaude Paroz
2013-11-01[1.5.x] Fixed #21359 -- Corrected MySQL collation name in databases docsClaude Paroz
2013-10-30[1.5.x] Fixed #21316 -- Documented that modifying safe strings makes them uns...Tim Graham
2013-10-23Fixed #13245: Explained Oracle's behavior w.r.t db_tableShai Berger
2013-10-21[1.5.x] Fixed #21296 -- Added docs for PostgreSQL and unix domains sockets.Riccardo Magliocchetti
2013-10-18[1.5.x] Fixed #21212 -- Documented the reverse name for OneToOneField.Juergen Schackmann
2013-10-14[1.5.x] Fixed #21210 -- Documented when runserver doesn't auto-restart.Bouke Haarsma
2013-10-13Fixed #21261 -- Added missing import in RedirectView docsAymeric Augustin
2013-10-01[1.5.x] Fixed #21180 -- Additional deprecation notes for databrowse.Tim Graham
2013-09-30[1.5.x] Fixed #21154 -- Updated TemplateResponse docs to better explain context.Curtis Maloney
2013-09-23[1.5.x] Removed extra p (topppings->toppings)Brett Koonce
2013-09-23[1.5.x] Fixed #21120 -- Added more explicit text on using validators and link...Ben Huckvale
2013-09-22[1.5.x] Fixed a couple of typos in GeoDjango docs.Ramiro Morales
2013-09-21[1.5.x] Correct very minor typomlissner
2013-09-21[1.5.x] Fixed #21133 -- Clarifed documentation about strftime formatting.Curtis Maloney
2013-09-13[1.5.x] Fixed #21101 -- Updated urlize documentation to mention email addressesGoetz
2013-09-11[1.5.x] Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH.Tim Graham
2013-09-10[1.5.x] Fixed #21075 - Improved doc for calling call_command with arguments.oz123
2013-09-07[1.5.x] Fixed #20005 -- Documented that Oracle databases need execute permiss...Tim Graham
2013-09-07[1.5.x] Fixed #16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMEN...Keith Edmiston