summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2020-07-13Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+.Simon Charette
2020-07-10Fixed #31509 -- Made DiscoverRunner enable faulthandler by default.ovkulkarni
2020-07-09Fixed #29789 -- Added support for nested relations to FilteredRelation.matt ferrante
2020-07-08Removed unsupported third-party database backends from docs.Carlton Gibson
2020-07-08Fixed #31573 -- Made QuerySet.update() respect ordering on MariaDB/MySQL.davidchorpash
2020-07-08Fixed #31739 -- Documented dependency between HttpRequest stream IO methods a...Tim Park
2020-07-08Fixed #31502 -- Documented Model._state.db and Model._state.addingTim Park
2020-07-07Fixed #31713 -- Added SpatialReference support to GDALRaster.transform().rico-ci
2020-07-06Fixed #31530 -- Added system checks for invalid model field names in CheckCon...Hasan Ramezani
2020-07-02Refs #6903 -- Adjusted ModelAdmin.preserve_filters docs.Carlton Gibson
2020-06-30Improved RegexValidator docs.Adam Johnson
2020-06-26Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView.Hasan Ramezani
2020-06-26Fixed #31743 -- Doc't that managed=False prevents Django from managing tables...Steven Pousty
2020-06-24Refs #31493 -- Replaced var with const/let in documentation JS.Adam Johnson
2020-06-24Fixed #9061 -- Allowed FormSets to disable deleting extra forms.David Smith
2020-06-23Refs #31541 -- Added example of creating Redirect objects to redirects app docs.Yash Saini
2020-06-23Made small improvements to PostgreSQL operations docs.Adam Johnson
2020-06-18Refs #31670 -- Renamed whitelist argument and attribute of EmailValidator.David Smith
2020-06-18Fixed #6933 -- Added support for searching against quoted phrases in ModelAdm...Alix
2020-06-17Fixed #30933 -- Updated instructions for installing GeoDjango on Windows.David Smith
2020-06-17Adjusted model definition in GeoDjango tutorial.David Smith
2020-06-16Fixed #31709 -- Added support for opclasses in ExclusionConstraint.Hannes Ljungberg
2020-06-16Fixed #31702 -- Added support for PostgreSQL opclasses in UniqueConstraint.Hannes Ljungberg
2020-06-15Fixed #31689 -- Doc'd caveat about using bulk_create()'s ignore_conflicts on ...Tobias Krönke
2020-06-15Fixed #31696 -- Updated OWASP links in docs.Hasan Ramezani
2020-06-15Fixed #31690 -- Added note about fuzzy entries in translation docs.sebashwa
2020-06-13Fixed #31691 -- Added ordering support to JSONBAgg.John Parton
2020-06-12Fixed #31649 -- Added support for covering exclusion constraints on PostgreSQ...Hannes Ljungberg
2020-06-05Fixed #20347 -- Allowed customizing the maximum number of instantiated forms ...David Smith
2020-06-04Refs #30913 -- Added system checks for covering indexes and unique constraint...Mariusz Felisiak
2020-06-04Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.Hannes Ljungberg
2020-06-04Fixed #31650 -- Added note uniqueness of constraints names in docs.Hasan Ramezani
2020-06-03Preferred usage of among/while to amongst/whilst.David Smith
2020-06-01Fixed typo in docs/ref/templates/language.txt.Chris May
2020-06-01Made minor edits to TemplateResponseMixin.get_template_names() docs.Fabio Sangiovanni
2020-06-01Added SingleObjectMixin.query_pk_and_slug to CBV flattened index.Fabio Sangiovanni
2020-05-29Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores.David Smith
2020-05-28Fixed #31468 -- Allowed specifying migration filename in Operation.Adam Johnson
2020-05-27Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields.Scott Cranfill
2020-05-27Fixed #31615 -- Made migrations skip extension operations if not needed.Frantisek Holop
2020-05-27Refs #31615 -- Improved creating extension docs.Frantisek Holop
2020-05-27Fixed some formatting issues in docs.Mariusz Felisiak
2020-05-27Fixed #31606 -- Allowed using condition with lookups in When() expression.Ryan Heard
2020-05-25Refs #23097 -- Used new octal format in FILE_UPLOAD_PERMISSIONS docs.René Fleschenberg
2020-05-21Updated list of third-party DB backends.Carlton Gibson
2020-05-21Fixed #31608 -- Doc'd that form ISO 8601 datetime parsing always retains tzinfo.Hasan Ramezani
2020-05-21Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani
2020-05-21Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update...Manuel Weitzman
2020-05-20Fixed #31410 -- Added system checks for invalid model field names in UniqueCo...Hasan Ramezani
2020-05-19Fixed #31578 -- Dropped support for MySQL 5.6.Mariusz Felisiak