summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2024-10-30Fixed #35873 -- Corrected Form.as_table() call in form docs.antoliny0919
2024-10-29Corrected note on importing fields in model field reference docs.aruseni
2024-10-29Fixed typo in ref/models/fields.txt.Clifford Gama
2024-10-29Fixed #35871 -- Corrected example on altering the base_fields attribute in fo...antoliny0919
2024-10-25Refs #35803 -- Added support for __covers GIS lookup on MySQL.Mariusz Felisiak
2024-10-25Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on MariaDB 11...Mariusz Felisiak
2024-10-25Refs #35803 -- Added support for __coveredby GIS lookup on MySQL and MariaDB ...Mariusz Felisiak
2024-10-24Refs #26029 -- Extended docs for the StorageHandler default instance.Carlton Gibson
2024-10-24Fixed #22828 -- Warned that ModelAdmin get hooks return the property itself r...koresi
2024-10-23Doc'd that unusable passwords are defined by metadata in the password field.David D Lowe
2024-10-23Fixed #28999 -- Documented how to reverse a class-based view by instance.Clifford Gama
2024-10-23Fixed #35731 -- Extended db_default docs.Yash
2024-10-22Refs #34406 -- Added support for GDAL curved geometries.David Smith
2024-10-22Added missing alt attribute to <img> tag in docs.ssanger
2024-10-17Fixed #26322 -- Consolidated lazy relationships details in docs/ref/models/fi...Clifford Gama
2024-10-16Fixed #35727 -- Added HttpResponse.text property.SaJH
2024-10-15Fixed #35656 -- Added an autodetector attribute to the makemigrations and mig...leondaz
2024-10-10Fixed #35103 -- Used provided error code and message when fields is set witho...gabn88
2024-10-07Fixed #35303 -- Implemented async auth backends and utils.Jon Janzen
2024-10-02Reindented attributes and methods for classes in docs/ref/middleware.txt.nessita
2024-10-02Fixed #35670 -- Clarified the return value for LoginRequiredMiddleware's meth...Aditya Chaudhary
2024-09-30Fixed #35797 -- Removed debug context processor from default project template.Marc Gibbons
2024-09-30Relocated path() explanation to docs/ref/urls.txt to simplify tutorial 1.Chiara Mezzavilla
2024-09-19Fixed #35776 -- Dropped support for GDAL 3.0.David Smith
2024-09-19Fixed #35748 -- Documented that fields are excluded from a ModelForm when for...Clifford Gama
2024-09-16Fixed #34887 -- Added support for unlimited models.CharField on SQLite.saJaeHyukc
2024-09-09Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is...Csirmaz Bendegúz
2024-09-09Fixed #35631 -- Added HttpRequest.get_preferred_type().Jake Howard
2024-09-06Fixed #35681 -- Corrected geoip2 docs when describing GeoIP2Exception.Jon Ribbens
2024-09-03Fixed CVE-2024-45231 -- Avoided server error on password reset when email sen...Natalia
2024-09-03Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizetrunc tem...Sarah Boyce
2024-09-03Added EMAIL_USE_SSL to the 'Core Settings Topical Index' docs.github-user-en
2024-08-30Fixed #35702 -- Removed connection pooling note for mysql drivers.Hisham Mahmood
2024-08-28Removed outdated note about lack of subquery support in MySQL.Adam Johnson
2024-08-28Fixed typo in docs/ref/models/expressions.txt.Mariusz Felisiak
2024-08-28Fixed typo in docs/ref/models/expressions.txt.Mariusz Felisiak
2024-08-20Fixed #35668 -- Added mapping support to format_html_join.nabil-rady
2024-08-20Fixed #35671 -- Clarified string-based fields behavior when null=False.Clifford Gama
2024-08-13Fixed typo of --no-startup in django-admin docs.David Smith
2024-08-12Fixed #35586 -- Added support for set-returning database functions.Devin Cox
2024-08-12Refs #35591 -- Removed hardcoded "stable" version in runserver warning.Mariusz Felisiak
2024-08-09Fixed #35591 -- Added unsuitable for production console warning to runserver.Andrew Miller
2024-08-08Doc'd that SessionMiddleware is required for the admin site.Jure Cuhalev
2024-08-08Refs #35591 -- Emphasized that runserver is not suitable for production.Andrew Miller
2024-08-08Refs #31405 -- Improved LoginRequiredMiddleware documentation.Adam Johnson
2024-08-05Used :pypi: role in docs where appropriate.Mariusz Felisiak
2024-08-05Refs #35380 -- Updated screenshots in admin docs.Natalia
2024-08-02Refs #35601, Refs #35599 -- Made cosmetic edits to TelInput/ColorInput docs.Mariusz Felisiak
2024-08-02Fixed #35601 -- Added TelInput widget.lucasesposito
2024-08-02Fixed #35599 -- Added ColorInput widget.arjunomray