summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-04-01[2.2.x] Set release date in v2.2 release notes.Carlton Gibson
2019-04-01[2.2.x] Updated man page for 2.2 final.Carlton Gibson
2019-03-30[2.2.x] Fixed #30289 -- Prevented admin inlines for a ManyToManyField's impli...Tim Graham
2019-03-30[2.2.x] Added stub 2.1.8 release notes.Tim Graham
2019-03-30[2.2.x] Refs #30278 -- Fixed link in cached_property docs.Tim Graham
2019-03-30[2.2.x] Refs #30278 -- Doc'd behavior of del on an unaccessed cached_property.Matthew Schinckel
2019-03-29[2.2.x] Fixed #30265 -- Fixed a tutorial number in Reusable App tutorial.Abhishek Bera
2019-03-29[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
2019-03-28[2.2.x] Used extlinks for Django's source code.Tim Graham
2019-03-28[2.2.x] Fixed #30299 -- Removed jQuery dependency from getCookie() in CSRF docs.Tim Graham
2019-03-28[2.2.x] Refs #1660 -- Doc'd the LANGUAGES_BIDI setting.Nick Pope
2019-03-28[2.2.x] Doc'd that HttpResponse accepts bytestrings.Mariusz Felisiak
2019-03-28[2.2.x] Fixed "byte string" typo in various docs and comments.Mariusz Felisiak
2019-03-27[2.2.x] Updated spelling and RFCs in HttpOnly cookie flag docs.Nick Pope
2019-03-27[2.2.x] Removed obsolete RFC from cookie docs.Nick Pope
2019-03-21[2.2.x] Used monospace font in date template filter format character docs.Philipp Bosch
2019-03-21[2.2.x] Fixed #30277 -- Fixed broken links to packaging.python.org.Tim Graham
2019-03-18[2.2.x] Fixed #30263 -- Doc'd changes to form Media sorting (refs #30179).Carlton Gibson
2019-03-18[2.2.x] Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by().Paul Wayper
2019-03-12[2.2.x] Fixed #30161 -- Added how to decorate class-based views to view decor...alexanderblnf
2019-03-12[2.2.x] Clarified deconstruct() in Custom Model Field docs.David Beitey
2019-03-05[2.2.x] Doc'd the use of --noinput for test database handling.Samuel Gaist
2019-02-28[2.2.x] Clarified permission-related docs.Tobias Bengfort
2019-02-25[2.2.x] Fixed #30208 -- Fixed login header height and alignment in the larges...Matthias Kestenholz
2019-02-25[2.2.x] Refs #29683 -- Updated multi-db docs for view permission.Tim Graham
2019-02-25[2.2.x] Fixed documentation of database representation for ManyToManyField.Mariusz Felisiak
2019-02-16[2.2.x] Fixed #30187 -- Moved "install Django" command to a console box.Mariusz Felisiak
2019-02-14[2.2.x] Fixed #30171 -- Fixed DatabaseError in servers tests.Jon Dufresne
2019-02-14[2.2.x] Removed docs of unused libgeoip1/python-gdal packages.Tim Graham
2019-02-13[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2019-02-12[2.2.x] Fixed #29943 -- Doc'd that admin changelist may add pk to ordering.Hasan Ramezani
2019-02-12[2.2.x] Refs #29478 -- Clarified cached_property 2.2 release note.Tim Graham
2019-02-12[2.2.x] Doc'd database functions for overlaps lookup.Claude Paroz
2019-02-11[2.2.x] Fixed indentation in docs/topics/templates.txt.Jonatan Alexis Anauati
2019-02-11[2.2.x] Added CVE-2019-6975 to the security release archive.Tim Graham
2019-02-11[2.2.x] Refs #30177 -- Forwardported 2.0.13 release notes.Tim Graham
2019-02-11[2.2.x] Refs #30175 -- Added release notes for 2.1.7, 2.0.12, and 1.11.20 rel...Carlton Gibson
2019-02-11[2.2.x] Fixed typo in docs/releases/2.2.txt.Atul Varma
2019-02-11[2.2.x] Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat....Carlton Gibson
2019-02-09[2.2.x] Fixed #30169 -- Removed SAP SQL Anywhere from "3rd party database bac...Tim Graham
2019-02-08[2.2.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2019-02-07[2.2.x] Added stub release notes for security releases.Carlton Gibson
2019-02-07[2.2.x] Updated Oracle docs links to Oracle 18c.Mariusz Felisiak
2019-02-06[2.2.x] Refs #15372 -- Removed obsolete docs about manage.py setting sys.path.Andy Chosak
2019-02-05[2.2.x] Simplified and corrected LOGIN_URL, LOGIN_REDIRECT_URL, and LOGOUT_RE...Tim Graham
2019-02-04[2.2.x] Fixed duplicate word in docs/releases/2.0.txt.Daniel Hahler
2019-02-04[2.2.x] Refs #30055 -- Bumped minimum SQLite version in GIS docs.Tim Graham
2019-02-01[2.2.x] Used extlinks for GitHub commits.Tim Graham
2019-01-31[2.2.x] Used LoginRequiredMixin in "Models and request.user" example.Daniel Roseman
2019-01-31[2.2.x] Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText).Robert Coup