summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-04-16[2.2.x] Fixed #14808 -- Doc'd that trans and blocktrans tags don't escape tra...Tobias Kunze
2019-04-16[2.2.x] Fixed #14009 -- Fixed custom formset validation example in docs.Tobias Kunze
2019-04-16[2.2.x] Fixed typo in docs/ref/models/instances.txt.Gary Donovan
2019-04-15[2.2.x] Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in...Mariusz Felisiak
2019-04-15[2.2.x] Fixed #30326 -- Doc'd how to avoid persistence of F() assignment.sage
2019-04-14[2.2.x] Fixed #30350 -- Prevented recreation of migration for operations with...Florian Apolloner
2019-04-14[2.2.x] Corrected wording in docs/intro/overview.txt.gnl
2019-04-13[2.2.x] Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt.Daniel Musketa
2019-04-09[2.2.x] Fixed #30321 -- Added example of changed_data to forms docs.Bruno Furtado
2019-04-08[2.2.x] Fixed #30330 -- Fixed setting of primary key to None during fast-delete.Florian Apolloner
2019-04-07[2.2.x] Refs #27807 -- Removed docs for User.username_validator.Tim Graham
2019-04-06[2.2.x] Fixed #30332 -- Fixed crash of ordering by expressions with params in...Simone Pellizzari
2019-04-05[2.2.x] Fixed #30324 -- Forced utf-8 encoding when loading the template for t...Nick Pope
2019-04-05[2.2.x] Fixed #30331 -- Added support for psycopg2 2.8.Mariusz Felisiak
2019-04-04[2.2.x] Fixed #30307 -- Fixed incorrect quoting of database user password whe...msg
2019-04-03[2.2.x] Added stub release notes for 2.2.1.Mariusz Felisiak
2019-04-02[2.2.x] Fixed typo in docs/releases/2.2.txt.Alex Gaynor
2019-04-02[2.2.x] Fixed typo in docs/ref/settings.txt.Mariusz Felisiak
2019-04-01[2.2.x] Corrected date format in 2.2 release notes.Carlton Gibson
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