summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-12-02[3.0.x] Finalized release notes for Django 3.0.Carlton Gibson
2019-12-02[3.0.x] Added CVE-2019-19118 to the security archive.Carlton Gibson
2019-12-02[3.0.x] Removed issue reporter name from 2.1.15 and 2.2.8 release notes.Carlton Gibson
2019-12-02[3.0.x] Added release dates for 2.1.15, 2.2.8 and 3.0.Carlton Gibson
2019-12-02Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson
2019-12-02[3.0.x] Refs #30953 -- Added 2.1.15 release note for 0107e3d1058f653f66032f7f...Mariusz Felisiak
2019-12-02[3.0.x] Fixed #30953 -- Made select_for_update() lock queryset's model when u...Mariusz Felisiak
2019-11-29[3.0.x] Fixed #31021 -- Fixed proxy model permissions data migration crash wi...Mariusz Felisiak
2019-11-28[3.0.x] Fixed #31029 -- Used more specific links to RFCs.Baptiste Mispelon
2019-11-28[3.0.x] Refs #31029 -- Added note about :rfc: role in writing documentation d...Baptiste Mispelon
2019-11-27[3.0.x] Fixed #31018 -- Removed django-nonrel in NoSQL databases FAQ.Mariusz Felisiak
2019-11-26[3.0.x] Improved custom MultiWidget example in docs.Adam Johnson
2019-11-26[3.0.x] Used :ticket: role in all tickets links.Sergey Fedoseev
2019-11-26[3.0.x] Fixed #31031 -- Fixed data loss in admin changelist view when formset...Baptiste Mispelon
2019-11-25[3.0.x] Updated link to IBM DB2 backend.Sergey Fedoseev
2019-11-25[3.0.x] Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on...Baptiste Mispelon
2019-11-25[3.0.x] Doc'd SpatiaLite support of 3D geometry fields.Sergey Fedoseev
2019-11-25[3.0.x] Fixed #28469 -- Doc'd how to create a custom HttpResponse subclass.Baptiste Mispelon
2019-11-21[3.0.x] Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of r...Carlton Gibson
2019-11-21[3.0.x] Fixed #30625 -- Doc'd cache.get()/delete() behavior change in Django ...Hasan Ramezani
2019-11-21[3.0.x] Made versionadded/versionchanged annotations without a content end wi...Sergey Fedoseev
2019-11-20[3.0.x] Fixed #31008 -- Fixed typos in docs/topics/logging.txt.Mariusz Felisiak
2019-11-20[3.0.x] Pinned asgiref to 3.2 series.Carlton Gibson
2019-11-20[3.0.x] Fixed #27164 -- Fixed an example of using routers in multiple databas...Caio Ariede
2019-11-19[3.0.x] Added stub release notes for 2.1.15.Mariusz Felisiak
2019-11-19[3.0.x] Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt.Hasan Ramezani
2019-11-18[3.0.x] Expanded API stability docs to include our policy of continual improv...Luke Plant
2019-11-18[3.0.x] Fixed #30990 -- Fixed example output in 'z' date format docs.Baptiste Mispelon
2019-11-18[3.0.x] Updated man page for Django 3.0 release candidate 1.Mariusz Felisiak
2019-11-12[3.0.x] Refs #29926 -- Doc'd Python 3.8 compatibility in Django 2.2.x.Mariusz Felisiak
2019-11-12[3.0.x] Added stub release notes for 2.2.8 release.Mariusz Felisiak
2019-11-12[3.0.x] Fixed #30828 -- Added how to remove/insert many-to-many relations in ...David Foster
2019-11-11[3.0.x] Fixed typo in docs/topics/files.txt.Mariusz Felisiak
2019-11-11[3.0.x] Fixed #30252 -- Clarified need to reopen forms.fields.ImageField.imag...Hasan Ramezani
2019-11-11[3.0.x] Fixed #30958 -- Used a clearer example in the Cast() docs.Farhaan Bukhsh
2019-11-08[3.0.x] Refs #30948 -- Updated install instructions to use pip instead of set...Jon Dufresne
2019-11-08[3.0.x] Doc'd archiving historical branches as git tags.Carlton Gibson
2019-11-08[3.0.x] Fixed #30955 -- Doc'd that only concrete base models are stored in hi...Shipeng Feng
2019-11-07[3.0.x] Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt.René Fleschenberg
2019-11-07[3.0.x] Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed to...Farhaan Bukhsh
2019-11-06[3.0.x] Fixed #15742 -- Fixed an example of collecting selected objects in Mo...Daniel Fairhead
2019-11-06[3.0.x] Documented arguments for custom 500 error view.Dan Swain
2019-11-06[3.0.x] Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.Stephen Rauch
2019-11-06[3.0.x] Added a link to the file email backend from EMAIL_FILE_PATH setting.Jon Dufresne
2019-11-05[3.0.x] Fixed #30944 -- Changed reusable apps docs to use a declarative config.Jon Dufresne
2019-11-05[3.0.x] Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_fo...kola-er
2019-11-05[3.0.x] Refs #30923 -- Fixed an example of rendering templates in contrib.sit...Alasdair Nicol
2019-11-05[3.0.x] Refs #30947 -- Changed tuples to lists in model Meta options examples...Mariusz Felisiak
2019-11-04[3.0.x] Added Uzbek language.Claude Paroz
2019-11-04[3.0.x] Updated list of field types conversions in ModelForm docs.Adam Johnson