summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2016-02-23[1.9.x] Fixed spelling errorMarkus Holtermann
2016-02-22[1.9.x] Fixed #26188 -- Documented how to wrap password hashers.Tim Graham
2016-02-22[1.9.x] Refs #26253 -- Amended release note as this issue doesn't affect 1.8.Tim Graham
2016-02-22[1.9.x] Fixed #26253 -- Fixed crashing deprecation shims in SimpleTemplateRes...Tim Graham
2016-02-22[1.9.x] Fixed import location of check_password() in docs.Daniel Quinn
2016-02-19[1.9.x] Fixed #26243 -- Noted that 'python -R' is enabled by default in Pytho...Raphael Michel
2016-02-19[1.9.x] Fixed some code blocks indentation in GIS docs.Sergey Fedoseev
2016-02-19[1.9.x] Used relative models imports in the GIS tutorial.Juan José Conti
2016-02-18[1.9.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.Tim Graham
2016-02-18[1.9.x] Added intended use in the admin's introduction.Tim Graham
2016-02-17[1.9.x] Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.Akshesh
2016-02-17[1.9.x] Fixed #25687 -- Documented how to add database function support to th...Tim Graham
2016-02-17[1.9.x] Refs #19353 -- Added tests for using custom user models with built-in...Berker Peksag
2016-02-17[1.9.x] Followed recommended ValidationError use in docs.Jon Dufresne
2016-02-16[1.9.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None v...Claude Paroz
2016-02-16[1.9.x] Fixed possible "RuntimeError: maximum recursion depth exceeded" build...Tim Graham
2016-02-15[1.9.x] Fixed #26221 -- Used find_packages() in reusable apps tutorial.Ryan Nowakowski
2016-02-15[1.9.x] Fixed #26212 -- Made forms.FileField and translation.lazy_number() pi...Alexey Kotlyarov
2016-02-12[1.9.x] Added import in docs/topics/email.txt example.Camilo Nova
2016-02-12[1.9.x] Fixed allow_migrate() signature in documentationMarkus Holtermann
2016-02-11[1.9.x] Fixed #26111 -- Clarified that fixtures are loaded once per TestCase.Johannes Linke
2016-02-11[1.9.x] Clarified "database column type" explanation.Becka R
2016-02-11[1.9.x] Fixed #26196 -- Made sure __in lookups use to_field as default.Anssi Kääriäinen
2016-02-11[1.9.x] Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descri...Anssi Kääriäinen
2016-02-11[1.9.x] Updated instructions for gettext on Windows.Tim Graham
2016-02-11[1.9.x] Fixed #26206 -- Fixed docs comments causing empty code blocks.Tim Graham
2016-02-09[1.9.x] Fixed #26182 -- Removed an obsolete (refs #24917) paragraph in admind...userimack
2016-02-09[1.9.x] Fixed #26181 -- Corrected AngularJS CSRF example.userimack
2016-02-08Fixed #26162 -- Checked query name clashes of hidden relationships.Simon Charette
2016-02-08[1.9.x] Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_...Tim Graham
2016-02-06[1.9.x] Added stub release notes for 1.8.10.Tim Graham
2016-02-06[1.9.x] Fixed spelling -- super set -> superset.Sergey Fedoseev
2016-02-04[1.9.x] Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial.Manish Rastogi
2016-02-03[1.9.x] Fix typos in 1.8 release notes.Carl Meyer
2016-02-03[1.9.x] Changed gypsy to manouche in docs and tests.Blake Griffith
2016-02-02[1.9.x] Made identation of default setting docs more consistenct.Tim Graham
2016-02-02[1.9.x] Refs #26089 -- Removed obsolete docs about custom user model testing.Tim Graham
2016-02-02[1.9.x] Updated xhtml2pdf name/URL in docs.Ramon Moraes
2016-02-01[1.9.x] Clarified "same as above" tutorial comment.KimberleyLawrence
2016-02-01[1.9.x] Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting.Buddy Lindsey, Jr
2016-02-01[1.9.x] Fixed #26152 -- Documented how to avoid django.setup() deadlock in st...Harry
2016-02-01[1.9.x] Added CVE-2016-2048 to the security archive.Tim Graham
2016-02-01[1.9.x] Added stub release notes for 1.9.3.Tim Graham
2016-02-01[1.9.x] Added release dates for 1.9.2 and 1.8.9.Tim Graham
2016-02-01[1.9.x] Fixed incorrect permissions check for admin's "Save as new".Myk Willis
2016-02-01[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.Tim Graham
2016-02-01[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in ...Tim Graham
2016-02-01[1.9.x] Unified some doc links to OneToOneField and ManyToManyField.Tim Graham
2016-01-30[1.9.x] Fixed #26156 -- Added createsuperuser instructions to admin docs.Yoong Kang Lim
2016-01-29[1.9.x] Added a missing session setting in docs.Tim Graham