summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
Backport of b93a0e34d9b9b99d41103782b7e7aeabf47517e3 from master.
2019-11-12[3.0.x] Added stub release notes for 2.2.8 release.Mariusz Felisiak
Backport of 30359496a3f3d9af0b02afc334710f7e24c74f5b from master
2019-11-12[3.0.x] Fixed #30828 -- Added how to remove/insert many-to-many relations in ↵David Foster
bulk to the database optimization docs. Backport of 6a04e69e686cf417b469d7676f93c2e3a9c8d6a3 from master
2019-11-11[3.0.x] Fixed typo in docs/topics/files.txt.Mariusz Felisiak
Backport of 08c0d8b16bb7e79074bc9c8ab4f0db97a94d336a from master
2019-11-11[3.0.x] Fixed #30252 -- Clarified need to reopen ↵Hasan Ramezani
forms.fields.ImageField.image file to access raw image data. Backport of 2282d9f2e5d08fc782087ebe97ab195303a6e79b from master
2019-11-11[3.0.x] Fixed #30958 -- Used a clearer example in the Cast() docs.Farhaan Bukhsh
Backport of 4cb15450adac4003ed98f4adcb1710c95fd2b919 from master
2019-11-08[3.0.x] Refs #30948 -- Updated install instructions to use pip instead of ↵Jon Dufresne
setup.py. Co-authored-by: Nick Pope <nick.pope@flightdataservices.com> Backport of eee4da3b5748370a5c562bc63d2cae61ea85b16c from master
2019-11-08[3.0.x] Doc'd archiving historical branches as git tags.Carlton Gibson
Backport of a32f983be8f5711963f20d976f13b3354e36f5c7 from master
2019-11-08[3.0.x] Fixed #30955 -- Doc'd that only concrete base models are stored in ↵Shipeng Feng
historical models bases. Abstract models are removed from bases when generating historical model state since 6436f1fad9ce51f18735106ac75aeea3d6d1f310. Backport of 8058d9d7adb189fec75a4b57565f225996c7b22c from master
2019-11-07[3.0.x] Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt.René Fleschenberg
Backport of 367634f976ab43db93321bf4eb898449b670e291 from master
2019-11-07[3.0.x] Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed ↵Farhaan Bukhsh
to command-line client. Backport of cc5622ec8c260535c63279cf6eb293f2b5a742f0 from master
2019-11-06[3.0.x] Fixed #15742 -- Fixed an example of collecting selected objects in ↵Daniel Fairhead
ModelAdmin.actions docs. The queryset argument is already filtered, and request.POST doesn't contain all selected objects when "Select All" is used. Backport of e651b3095c950627b1eed1527f2bb011ddad03de from master
2019-11-06[3.0.x] Documented arguments for custom 500 error view.Dan Swain
Backport of 422b875c6586a6548c6bf34a0851ae82198a8818 from master
2019-11-06[3.0.x] Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.Stephen Rauch
Support for sqlparse < 0.2.2 was broken in 782d85b6dfa191e67c0f1d572641d8236c79174c because is_whitespace property was added in sqlparse 0.2.2. Backport of 4b6db766ba4b613d317c87f87d1d63865b7424a4 from master
2019-11-06[3.0.x] Added a link to the file email backend from EMAIL_FILE_PATH setting.Jon Dufresne
Backport of c8debd50617142937191986aec77a5eee472c28e from master
2019-11-05[3.0.x] Fixed #30944 -- Changed reusable apps docs to use a declarative config.Jon Dufresne
Backport of 89368ab6e358ebe29a0417d65209182238daa245 from master
2019-11-05[3.0.x] Fixed #30928 -- Clarified MySQL/MariaDB support of ↵kola-er
QuerySet.select_for_update() options. Thanks Par Andersson for reporting the issue. Backport of d94d7b113c21d7a0fd802fadb1adbbec8155e880 from master
2019-11-05[3.0.x] Refs #30923 -- Fixed an example of rendering templates in ↵Alasdair Nicol
contrib.sites docs. Backport of b991eefd3a9fa4da4eb46fddcb36cf1e8b5862e9 from master
2019-11-05[3.0.x] Refs #30947 -- Changed tuples to lists in model Meta options ↵Mariusz Felisiak
examples in docs. Follow up to 97d3321e89c8d4434927bdbc308db1ccffa99d3b. Backport of e5cacb1f47cb3a2943bbc7685a630c84503b0d1b from master
2019-11-04[3.0.x] Added Uzbek language.Claude Paroz
Backport of 6ccb1b68bc22e4edc1562f0159e71631d6a256d9 from master
2019-11-04[3.0.x] Updated list of field types conversions in ModelForm docs.Adam Johnson
Backport of 5a856669bf0574f612eea89e72a6b0a3d2cb80d9 from master
2019-11-04[3.0.x] Added release dates for 2.2.7, 2.1.14, and 1.11.26.Mariusz Felisiak
Backport of 126cfefce2b59900138f2bf1ef6ad966cddc55d4 from master
2019-11-04[3.0.x] Fixed #30931 -- Restored ability to override Model.get_FIELD_display().Carlton Gibson
Thanks Sergey Fedoseev for the implementation idea. Regression in a68ea231012434b522ce45c513d84add516afa60. Backport of 2d38eb0ab9f78d68c083a5b78b1eca39027b279a from master
2019-10-30[3.0.x] Fixed typo in docs/ref/signals.txt.Gil Forcada Codinachs
Backport of 632d7bbd3dff1614cf7936dae733278149930f5b from master
2019-10-30[3.0.x] Corrected error message in Many-to-many relationships docs.Mariusz Felisiak
Backport of a370dbd9543703677697e80701b5dbec8c8e7da7 from master
2019-10-30[3.0.x] Fixed #30927 -- Simplified an example of test for the deprecation ↵André Ericson
warning with assertWarnsMessage(). Backport of 54a7b021125d23a248e70ba17bf8b10bc8619234 from master
2019-10-30[3.0.x] Fixed #30917 -- Clarified formsets topic documentation.Ken Whitesell
Backport of 4c762588ff6748a9a9bad111894fd418c43b74a9 from master
2019-10-29[3.0.x] Fixed #13750 -- Clarified need to reopen models.ImageField.image ↵Hasan Ramezani
file to access raw image data. Backport of f57e174fa61e4c31213f6d0033fb9d647b463626 from master
2019-10-29[3.0.x] Fixed typo in docs/topics/files.txt.Mariusz Felisiak
Backport of bf7b3e2750e3392d112b34e076ee1a77c8adbe77 from master
2019-10-28[3.0.x] Documented the order in which signal receivers are called.Adam Johnson
Backport of ab0fd3f58f751859cc7c5260decf0acca26513bf from master
2019-10-25[3.0.x] Refs #30908 -- Fixed the empty value of forms.FilePathField in docs.Mariusz Felisiak
Backport of daa9415f78279855808134e1f40766f6c5f4bdbc from master
2019-10-25[3.0.x] Fixed #30904 -- Doc'd caveat about using filtered queryset with ↵Saad
select_for_update() on MySQL. Backport of fc2b1cc926e34041953738e58fa6ad3053059b22 from master
2019-10-25[3.0.x] Fixed #30906 -- Fixed an example of using the template system to ↵Hasan Ramezani
generate CSV. Backport of 05c3ef26a203de1bc227e31b88999ff2e3b11abf from master
2019-10-24[3.0.x] Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding ↵Hannes Ljungberg
Index with opclasses and ordering. Backport of fa5f3291e7f2611d53e64ab481ebe951b0161791 from master
2019-10-23[3.0.x] Added tblib to the list of test suite dependencies in documentation.Mariusz Felisiak
Backport of 2a54ce72f95977fefe796e99c7bbf6cd366927f9 from master
2019-10-22[3.0.x] Refs #13724 -- Corrected QuerySet signature in docs.Antonio Dudarev
Backport of 6c23b43655f3710cfb1ecc57236405d11a544247 from master
2019-10-16[3.0.x] Fixed #30562 -- Doc'd MariaDB support for GIS spatial lookups.Mariusz Felisiak
Backport of 1c5ec221a44fc9ce1585fc1f94830957df4322e7 from master
2019-10-16[3.0.x] Refs #28436 -- Corrected docs regarding MySQL support of distance ↵Mariusz Felisiak
lookups. Backport of 440603a4bc0dc4f0b489489e80dcbab0ca736d23 from master
2019-10-16[3.0.x] Refs #22423 -- Corrected crosses lookup support on MySQL in ↵Mariusz Felisiak
documentation. Support was added in 15715bf. Backport of 5becb36a79a0c31c7cc9e76237239ebd0fdda18d from master
2019-10-15[3.0.x] Moved "Sign the CLA" to the bottom of New Contributor First Steps.Carlton Gibson
As discussed on the mailing list, step 1 of First Steps shouldn't be "Find a printer". https://groups.google.com/d/topic/django-developers/owOqFmxufgs/discussion Backport of adfd920cc5f932b9cabc8061563088016a8dfe13 from master
2019-10-15[3.0.x] Fixed #30816 -- Doc'd how to create projects with a local copy of ↵Ad Timmering
Django. Backport of dee687e93a2d45e9fac404be2098cc4707d31c1f from master
2019-10-15[3.0.x] Fixed #30808 -- Added the Django Forum to contributing index.Graham Healy
Backport of 90abdba08657db397f1887b94ec1ebdc32783379 from master
2019-10-14[3.0.x] Refs #26207 -- Removed obsolete note about slow constructing a model ↵Simon Charette
with deferred fields. This is not true since 7f51876 removed the necessity of creating proxy model classes at runtime for each deferred field sets. Backport of 35396a7f243eceec42cc90725ab573a7d9ac3b4c from master
2019-10-14[3.0.x] Updated man page for Django 3.0 beta.Mariusz Felisiak
2019-10-14[3.0.x] Fixed #30870 -- Fixed showing that RunPython operations are ↵Mariusz Felisiak
irreversible by migrate --plan. Thanks Hasan Ramezani for the initial patch and Kyle Dickerson for the report. Backport of 06d34aab7cfb1632a1538a243db81f24498525ff from master
2019-10-11[3.0.x] Clarified that SECURE_REDIRECT_EXEMPT patterns should not include ↵René Fleschenberg
leading slashes. Backport of d232fd76a85870daf345fd8f8d617fe7802ae194 from master
2019-10-11[3.0.x] Fixed #30826 -- Fixed crash of many JSONField lookups when one hand ↵Louise Grandjonc
side is key transform. Regression in 6c3dfba89215fc56fc27ef61829a6fff88be4abb. Backport of 7d1bf29977bb368d7c28e7c6eb146db3b3009ae7 from master
2019-10-10[3.0.x] Fixed typos in docs/releases/3.0.txt.Mariusz Felisiak
Backport of 2a6f45e08e8cb8c7e5157915c378b453109424d2 from master
2019-10-09[3.0.x] Fixed #27086 -- Doc'd fix for test suite hang on macOS.Kees Hink
Backport of 5d9cf79baf07fc4aed7ad1b06990532a65378155 from master