| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-27 | Removed trailing whitespace in docs. | Adam Zapletal | |
| 2024-11-27 | Fixed #35939 -- Linked documentation of Permission.content_type to the ↵ | Brock | |
| ContentType model. | |||
| 2024-11-19 | Fixed #35775 -- Confirmed support for GEOS 3.13. | David Smith | |
| 2024-11-18 | Fixed #18392 -- Changed default mysql encoding to "utf8mb4". | Ben Cail | |
| 2024-11-14 | Fixed #35784 -- Added support for preserving the HTTP request method in ↵ | Lorenzo Peña | |
| HttpResponseRedirectBase. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 2024-11-14 | Fixed #35887 -- Added imports and admin.site.register to non-partial admin ↵ | Alexander Lazarević | |
| inline doc examples. | |||
| 2024-11-14 | Removed misleading list of tested OS in GEOS API docs. | Anthony Joseph | |
| 2024-11-11 | Fixed #17905 -- Restricted access to model pages in admindocs. | sai-ganesh-03 | |
| Only users with view or change model permissions can access. Thank you to Sarah Boyce for the review. | |||
| 2024-11-11 | Updated validate_slug regular expression in form validation docs. | antoliny0919 | |
| Outdated since 014247ad1922931a2f17beaf6249247298e9dc44. | |||
| 2024-11-11 | Updated BRIN index links in contrib.postgres indexes docs. | Adam Zapletal | |
| 2024-11-06 | Fixed #27409 -- Made admindocs support custom link text in docstrings. | sai-ganesh-03 | |
| 2024-11-06 | Fixed #35889 -- Corrected reference of default widgets in "Styling widget ↵ | antoliny0919 | |
| instance" docs. | |||
| 2024-11-05 | Fixed #35880 -- Removed invalid example in form Field.required docs due to ↵ | antoliny0919 | |
| CharField.strip. CharField.strip was introduced in 11cac1bd8ef7546ca32d9969d4348bf412dc6664, and is True by default, meaning the previous example of " " raised a ValidationError. | |||
| 2024-11-04 | Made minor edits to form fields docs. | antoliny0919 | |
| 2024-11-04 | Fixed #35883 -- Confirmed support for GDAL 3.9. | David Smith | |
| Updated test for change to exportToXML() which now errors out on unsupported projection methods. See https://github.com/OSGeo/gdal/issues/9223. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2024-10-31 | Updated the "Built-in Field classes" section reference to a link. | antoliny0919 | |
| 2024-10-30 | Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option ↵ | Anthony Joseph | |
| on PostgreSQL 17+. | |||
| 2024-10-30 | Added missing lang attributes to html elements in docs. | Johanan-Ayadata | |
| 2024-10-30 | Clarified default behavior when fields and fieldsets are not set on ModelAdmin. | aruseni | |
| 2024-10-30 | Fixed #35873 -- Corrected Form.as_table() call in form docs. | antoliny0919 | |
| 2024-10-29 | Corrected note on importing fields in model field reference docs. | aruseni | |
| 2024-10-29 | Fixed typo in ref/models/fields.txt. | Clifford Gama | |
| 2024-10-29 | Fixed #35871 -- Corrected example on altering the base_fields attribute in ↵ | antoliny0919 | |
| forms docs. | |||
| 2024-10-25 | Refs #35803 -- Added support for __covers GIS lookup on MySQL. | Mariusz Felisiak | |
| 2024-10-25 | Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on MariaDB ↵ | Mariusz Felisiak | |
| 11.7+. | |||
| 2024-10-25 | Refs #35803 -- Added support for __coveredby GIS lookup on MySQL and MariaDB ↵ | Mariusz Felisiak | |
| 11.7+. | |||
| 2024-10-24 | Refs #26029 -- Extended docs for the StorageHandler default instance. | Carlton Gibson | |
| Third-party packages that provide storages need to rely on the StorageHandler API in order to allow users to use the `storages` module instance to override defaults. Minimally documenting these methods allows package authors to rely on them. Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | |||
| 2024-10-24 | Fixed #22828 -- Warned that ModelAdmin get hooks return the property itself ↵ | koresi | |
| rather a copy. | |||
| 2024-10-23 | Doc'd that unusable passwords are defined by metadata in the password field. | David D Lowe | |
| 2024-10-23 | Fixed #28999 -- Documented how to reverse a class-based view by instance. | Clifford Gama | |
| Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | |||
| 2024-10-23 | Fixed #35731 -- Extended db_default docs. | Yash | |
| This added a missing db_default reference in docs/topics/db/models.txt, and added a reference to the DatabaseDefault object. | |||
| 2024-10-22 | Refs #34406 -- Added support for GDAL curved geometries. | David Smith | |
| Co-authored-by: Fabien Le Frapper <contact@fabienlefrapper.me> | |||
| 2024-10-22 | Added missing alt attribute to <img> tag in docs. | ssanger | |
| 2024-10-17 | Fixed #26322 -- Consolidated lazy relationships details in ↵ | Clifford Gama | |
| docs/ref/models/fields.txt. Reorganized docs to list and explain the types of lazy relationships that can be defined in related fields. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 2024-10-16 | Fixed #35727 -- Added HttpResponse.text property. | SaJH | |
| Signed-off-by: SaJH <wogur981208@gmail.com> | |||
| 2024-10-15 | Fixed #35656 -- Added an autodetector attribute to the makemigrations and ↵ | leondaz | |
| migrate commands. | |||
| 2024-10-10 | Fixed #35103 -- Used provided error code and message when fields is set ↵ | gabn88 | |
| without a condition on UniqueConstraint. | |||
| 2024-10-07 | Fixed #35303 -- Implemented async auth backends and utils. | Jon Janzen | |
| 2024-10-02 | Reindented attributes and methods for classes in docs/ref/middleware.txt. | nessita | |
| 2024-10-02 | Fixed #35670 -- Clarified the return value for LoginRequiredMiddleware's ↵ | Aditya Chaudhary | |
| methods. | |||
| 2024-09-30 | Fixed #35797 -- Removed debug context processor from default project template. | Marc Gibbons | |
| 2024-09-30 | Relocated path() explanation to docs/ref/urls.txt to simplify tutorial 1. | Chiara Mezzavilla | |
| Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 2024-09-19 | Fixed #35776 -- Dropped support for GDAL 3.0. | David Smith | |
| 2024-09-19 | Fixed #35748 -- Documented that fields are excluded from a ModelForm when ↵ | Clifford Gama | |
| formfield() returns None. Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | |||
| 2024-09-16 | Fixed #34887 -- Added support for unlimited models.CharField on SQLite. | saJaeHyukc | |
| Signed-off-by: saJaeHyukc <wogur981208@gmail.com> | |||
| 2024-09-09 | Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK ↵ | Csirmaz Bendegúz | |
| is set. | |||
| 2024-09-09 | Fixed #35631 -- Added HttpRequest.get_preferred_type(). | Jake Howard | |
| 2024-09-06 | Fixed #35681 -- Corrected geoip2 docs when describing GeoIP2Exception. | Jon Ribbens | |
| 2024-09-03 | Fixed CVE-2024-45231 -- Avoided server error on password reset when email ↵ | Natalia | |
| sending fails. On successful submission of a password reset request, an email is sent to the accounts known to the system. If sending this email fails (due to email backend misconfiguration, service provider outage, network issues, etc.), an attacker might exploit this by detecting which password reset requests succeed and which ones generate a 500 error response. Thanks to Thibaut Spriet for the report, and to Mariusz Felisiak, Adam Johnson, and Sarah Boyce for the reviews. | |||
| 2024-09-03 | Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizetrunc ↵ | Sarah Boyce | |
| template filters. Thanks MProgrammer (https://hackerone.com/mprogrammer) for the report. | |||
