summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2021-02-25Fixed indentation in docs/topics/i18n/translation.txt.Camilo Nova
2021-02-25Added stub release notes for 3.1.8.Mariusz Felisiak
2021-02-25Updated links to DEPs.Markus Holtermann
2021-02-24Fixed #32446 -- Deprecated SERIALIZE test database setting.Simon Charette
2021-02-24Refs #31811 -- Corrected DiscoverRunner.setup_databases() signature.Mariusz Felisiak
2021-02-23Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg
2021-02-23Fixed #32471 -- Doc'd the return value of EmailMessage.send().Hasan Ramezani
2021-02-22Refs #4027 -- Added Model._state.adding to docs about copying model instances.Johannes Wilm
2021-02-19Added CVE-2021-23336 to security archive.Carlton Gibson
2021-02-19Refs CVE-2021-23336 -- Updated tests and release notes for affected versions.Nick Pope
2021-02-17Added documentation extlink for bugs.python.org.Nick Pope
2021-02-15Fixed #26607 -- Allowed customizing formset kwargs with ModelAdmin.get_formse...manav014
2021-02-13Refs #32394 -- Rephrased release note for STATIC_URL change.Tim Graham
2021-02-12Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.David Smith
2021-02-11Documented an example custom context processor.Adam Johnson
2021-02-11Improved pagination documentationAdam Johnson
2021-02-11Refs #30944 -- Added pyproject.toml in reusable apps docs.Nick Pope
2021-02-11Fixed #32421 -- Made admindocs ModelDetailView show model cached properties.Ramon Saraiva
2021-02-10Fixed #32431 -- Reversed order of security issues history.Hasan Ramezani
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2021-02-08Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView.ThinkChaos
2021-02-08Used .. attribute:: directive in authentication views docs.Mariusz Felisiak
2021-02-08Fixed #32430 -- Doc'd base class-based views.Anil Khatri
2021-02-08Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.Anil Khatri
2021-02-06Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...Markus Holtermann
2021-02-06Fixed #32394 -- Changed project template settings to use relative STATIC_URL.Markus Holtermann
2021-02-05Fixed #32419 -- Clarified URLconf in example of serving media files.Amankumar Singh
2021-02-04Corrected typo in advice to new contributors.Carlton Gibson
2021-02-04Fixed #32395 -- Allowed capturing stdout of migration signals.Simon Charette
2021-02-04Refs #32412 -- Adjusted link from tutorial to reference docs.GabbyPrecious
2021-02-04Refs #32412 -- Adjusted beginning of Advice for new contributors.GabbyPrecious
2021-02-04Fixed #31527 -- Allowed admindocs index to handle non-string URLconfs.Jim Xie
2021-02-04Fix typosDan Swain
2021-02-03Refs #32390 -- Bumped required cx_Oracle to 7.0.Mariusz Felisiak
2021-02-03Fixed #32390 -- Dropped support for Oracle 12.2 and 18c.Mariusz Felisiak
2021-02-02Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' da...Mariusz Felisiak
2021-02-01Fixed typo in docs/ref/forms/widgets.txt.Brad Solomon
2021-02-01Added stub release notes for 3.1.7.Mariusz Felisiak
2021-02-01Added CVE-2021-3281 to security archive.Mariusz Felisiak
2021-02-01Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archive.extrac...Mariusz Felisiak
2021-01-28Modernized custom manager exampleAdam Johnson
2021-01-28Fixed #32391 -- Used CSS flex properties for changelist filter.Denis Skulimovskiy
2021-01-28Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for ...Timothy McCurrach
2021-01-27Changed "Don't overuse count() or exists()" example to Python.Adam Johnson
2021-01-27Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting inlines UI.Carlton Gibson
2021-01-26Fixed #32347 -- Made ModelChoiceField include the value in ValidationError fo...Jerin Peter George
2021-01-25Refs #26167 -- Corrected OpClass() example in docs.Hannes Ljungberg
2021-01-22Refs #32372 -- Updated manager name in related objects reference docs.Jack
2021-01-22Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting.Timothy McCurrach
2021-01-22Fixed #32372 -- Made examples in related objects reference docs consistent.Jack Aitken