summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2019-03-28Fixed #30241 -- Added more system checks of translation settings.Nick Pope
2019-03-28Refs #29713 -- Improved error message when LANGUAGE_CODE is invalid.Nick Pope
2019-03-28Refs #1660 -- Doc'd the LANGUAGES_BIDI setting.Nick Pope
2019-03-28Doc'd that HttpResponse accepts bytestrings.Mariusz Felisiak
2019-03-28Fixed "byte string" typo in various docs and comments.Mariusz Felisiak
2019-03-27Updated spelling and RFCs in HttpOnly cookie flag docs.Nick Pope
2019-03-27Removed obsolete RFC from cookie docs.Nick Pope
RFC 2109 was obsoleted by RFC 2965 which was obsoleted by RFC 6265.
2019-03-26Doc'd django-docs-translation and Read the Docs release steps.Tim Graham
2019-03-25Doc'd a few contributing guidelines.Tim Graham
2019-03-25Fixed #28431 -- Added a system check for BinaryField to prevent strings ↵Hasan Ramezani
defaults. Thanks Claude Paroz for the initial patch.
2019-03-25Fixed typo in docs/releases/3.0.txt.Mariusz Felisiak
2019-03-24Fixed #30259 -- Added support for admin_order_field attribute on properties ↵Jani Tiainen
in ModelAdmin.list_display.
2019-03-22Fixed #30271 -- Added the Sign database function.Nick Pope
2019-03-21Refs #30158 -- Added alias argument to Expression.get_group_by_cols().Simon Charette
2019-03-21Used monospace font in date template filter format character docs.Philipp Bosch
Helps distinguish between lowercase L and uppercase I.
2019-03-21Fixed #30277 -- Fixed broken links to packaging.python.org.Tim Graham
2019-03-21Fixed #29956 -- Allowed overriding an order field widget in formsets.Hasan Ramezani
2019-03-20Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database ↵Nick Pope
functions. Thanks Mariusz Felisiak and Tim Graham for reviews.
2019-03-20Fixed #28738 -- Added the GeometryDistance function.Francisco Couzo
2019-03-18Fixed #30263 -- Doc'd changes to form Media sorting (refs #30179).Carlton Gibson
Thanks to Tim Graham for review.
2019-03-18Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by().Paul Wayper
2019-03-12Fixed #30161 -- Added how to decorate class-based views to view decorators docs.alexanderblnf
2019-03-12Clarified deconstruct() in Custom Model Field docs.David Beitey
2019-03-08Fixed #30186 -- Made showmigrations --list display the applied datetimes at ↵tschilling
verbosity 2+.
2019-03-07Fixed #29754 -- Added is_dst parameter to Trunc database functions.ahbk
2019-03-07Corrected markup in v3.0 release notes.tschilling
2019-03-05Doc'd the use of --noinput for test database handling.Samuel Gaist
2019-03-01Refs #29408 -- Cosmetic edits for validation of related fields and lookups ↵Mariusz Felisiak
in model Meta.ordering. Follow up to 440505cb2cadbe1a5b9fba246bcde6c04f51d07e.
2019-03-01Fixed #29408 -- Added validation of related fields and lookups in model ↵Hasan Ramezani
Meta.ordering.
2019-02-28Clarified permission-related docs.Tobias Bengfort
2019-02-25Refs #29683 -- Updated multi-db docs for view permission.Tim Graham
2019-02-25Fixed #30208 -- Fixed login header height and alignment in the largest ↵Matthias Kestenholz
breakpoint.
2019-02-25Fixed documentation of database representation for ManyToManyField.Mariusz Felisiak
2019-02-21Refs #28643 -- Added MD5 database function.Mariusz Felisiak
Thanks Tim Graham, Nick Pope and Simon Charette for reviews.
2019-02-20Fixed #18707 -- Added support for the test client to return 500 responses.Jon Dufresne
2019-02-16Fixed #30187 -- Moved "install Django" command to a console box.Mariusz Felisiak
2019-02-14Refs #15902 -- Deprecated storing user's language in the session.Claude Paroz
2019-02-14Fixed #30171 -- Fixed DatabaseError in servers tests.Jon Dufresne
Made DatabaseWrapper thread sharing logic reentrant. Used a reference counting like scheme to allow nested uses. The error appeared after 8c775391b78b2a4a2b57c5e89ed4888f36aada4b.
2019-02-14Removed docs of unused libgeoip1/python-gdal packages.Tim Graham
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654) to avoid a crash when the user shell doesn't support non-ASCII characters.
2019-02-12Fixed #29943 -- Doc'd that admin changelist may add pk to ordering.Hasan Ramezani
2019-02-12Refs #29478 -- Clarified cached_property 2.2 release note.Tim Graham
2019-02-12Fixed #22423 -- Added support for MySQL operators on real geometries.Claude Paroz
Thanks Viswanathan Mahalingam for the report and initial patch, and Nicke Pope and Tim Graham for the review.
2019-02-12Doc'd database functions for overlaps lookup.Claude Paroz
2019-02-11Fixed indentation in docs/topics/templates.txt.Jonatan Alexis Anauati
2019-02-11Added CVE-2019-6975 to the security release archive.Tim Graham
2019-02-11Refs #30177 -- Forwardported 2.0.13 release notes.Tim Graham
2019-02-11Refs #30175 -- Added release notes for 2.1.7, 2.0.12, and 1.11.20 releases.Carlton Gibson
2019-02-11Fixed typo in docs/releases/2.2.txt.Atul Varma
2019-02-11Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat.format().Carlton Gibson
Thanks Sjoerd Job Postmus for the report and initial patch. Thanks Michael Manfre, Tim Graham, and Florian Apolloner for review.