summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-04-14Fixed #30350 -- Prevented recreation of migration for operations with a range...Florian Apolloner
2019-04-14Corrected wording in docs/intro/overview.txt.gnl
2019-04-13Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt.Daniel Musketa
2019-04-09Fixed #30321 -- Added example of changed_data to forms docs.Bruno Furtado
2019-04-08Fixed #30330 -- Fixed setting of primary key to None during fast-delete.Florian Apolloner
2019-04-08Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on...Ran Benita
2019-04-07Refs #27807 -- Removed docs for User.username_validator.Tim Graham
2019-04-06Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAg...Simone Pellizzari
2019-04-05Fixed #30324 -- Forced utf-8 encoding when loading the template for the techn...Nick Pope
2019-04-05Fixed #30331 -- Added support for psycopg2 2.8.Mariusz Felisiak
2019-04-04Fixed #30307 -- Fixed incorrect quoting of database user password when using ...msg
2019-04-03Added stub release notes for 2.2.1.Mariusz Felisiak
2019-04-02Fixed typo in docs/releases/2.2.txt.Alex Gaynor
2019-04-02Fixed typo in docs/ref/settings.txt.Mariusz Felisiak
2019-04-01Corrected date format in 2.2 release notes.Carlton Gibson
2019-04-01Set release date in v2.2 release notes.Carlton Gibson
2019-04-01Updated man page for 2.2 final.Carlton Gibson
2019-03-30Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit thro...Tim Graham
2019-03-30Added stub 2.1.8 release notes.Tim Graham
2019-03-30Refs #30278 -- Fixed link in cached_property docs.Tim Graham
2019-03-30Refs #30278 -- Doc'd behavior of del on an unaccessed cached_property.Matthew Schinckel
2019-03-29Fixed #30265 -- Fixed a tutorial number in Reusable App tutorial.Abhishek Bera
2019-03-29Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
2019-03-29Fixed #30294 -- Allowed HttpResponse to accept memoryview content.sage
2019-03-28Moved extlinks in docs config to allow using 'version' variable.Tim Graham
2019-03-28Used extlinks for Django's source code.Tim Graham
2019-03-28Fixed #30299 -- Removed jQuery dependency from getCookie() in CSRF docs.Tim Graham
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
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 defau...Hasan Ramezani
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 i...Jani Tiainen
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
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 funct...Nick Pope
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
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