index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
Age
Commit message (
Expand
)
Author
2024-07-24
[5.1.x] Fixed #35604, Refs #35326 -- Made FileSystemStorage.exists() behaviou...
Sarah Boyce
2024-07-23
[5.1.x] Updated example links in urlize docs.
Matthew Somerville
2024-07-22
[5.1.x] Refs #10941 -- Reorganized querystring template tag docs.
nessita
2024-07-15
[5.1.x] Refs #10941 -- Renamed query_string template tag to querystring.
Sarah Boyce
2024-07-15
[5.1.x] Fixed #35464 -- Updated docs to note fieldsets have limited impact on...
Maryam Yusuf
2024-07-09
[5.1.x] Fixed CVE-2024-39614 -- Mitigated potential DoS in get_supported_lang...
Sarah Boyce
2024-07-04
[5.1.x] Removed outdated note about limitations in Clickjacking protection.
Mariusz Felisiak
2024-07-04
[5.1.x] Removed unneeded hyphens in "counterintuitive".
Carlton Gibson
2024-07-01
[5.1.x] Fixed #23790 -- Warned about renaming AppConfig.label in docs/ref/app...
Andrew Miller
2024-07-01
[5.1.x] Fixed #35470 -- Separated i18n and l10n globalization settings docs.
lufafajoshua
2024-06-25
[5.1.x] Optimized admin docs images.
Sarah Boyce
2024-06-25
[5.1.x] Refs #35380 -- Updated screenshots in admin docs.
nessita
2024-06-24
[5.1.x] Fixed #35306 -- Documented fallback localization formats in templates...
lufafajoshua
2024-06-20
[5.1.x] Fixed #35441 -- Documented Context and RequestContext keyword arguments.
John Higgins
2024-06-14
[5.1.x] Fixed #35443 -- Changed ordinal to return negative numbers unchanged.
Simon Törnqvist
2024-06-14
[5.1.x] Fixed #24076 -- Added warnings on usage of dates with DateTimeField a...
Adam Zapletal
2024-05-30
[5.1.x] Made cosmetic edits to code snippets reformatted with blacken-docs.
Mariusz Felisiak
2024-05-22
Fixed #31405 -- Added LoginRequiredMiddleware.
Hisham Mahmood
2024-05-22
Refs #35189 -- Updated ModelAdmin.fieldsets screenshot in admin docs.
Natalia
2024-05-22
Fixed #35189 -- Improved admin collapsible fieldsets by using <details> eleme...
Marijke Luttekes
2024-05-21
Fixed #18119 -- Added a DomainNameValidator validator.
Berker Peksag
2024-05-21
Fixed #35326 -- Added allow_overwrite parameter to FileSystemStorage.
Ben Cail
2024-05-16
Replaced fictional class 'extrapretty' in admin fieldsets docs.
Adam Johnson
2024-05-16
Moved FileSystemStorage note in docs to the correct place.
Sarah Boyce
2024-05-14
Fixed #35275 -- Fixed Meta.constraints validation crash on UniqueConstraint w...
Mariusz Felisiak
2024-05-06
Added link to the csrf template tag in the csrf page.
alexgmin
2024-05-04
Fixed #35426 -- Updated querysets to be a required argument of GenericPrefetch.
sobolevn
2024-05-03
Fixed #35427 -- Corrected help text for makemessages --extension in docs/ref/...
Shamil
2024-05-02
Clarified when ImageField attributes are set.
John Parton
2024-05-02
Fixed rendering XOR section in docs.
Mariusz Felisiak
2024-04-29
Fixed #35412 -- Dropped support for SQLite < 3.31.
Mariusz Felisiak
2024-04-26
Fixed #20744 -- Removed hint that arbitrary kwargs are allowed when creating ...
Adam Zapletal
2024-04-16
Doc'd that RemoveField also drops related database objects in PostgreSQL.
David Sanders
2024-04-15
Extended docs for Q() objects mentioning the ~ (NOT) operator.
Mohammad Kazemi
2024-04-10
Fixed settings path in docs for installing SpatiaLite with Homebrew.
Adam Johnson
2024-04-05
Refs #35354 -- Clarified FORCE_SCRIPT_NAME docs.
Carlton Gibson
2024-03-27
Fixed #35233 -- Moved template engine system checks to backend methods.
Giannis Terzopoulos
2024-03-21
Added RowNumber() link in Rank() docs.
Adam Zapletal
2024-03-18
Refs #34059, Refs #34060 -- Removed outdated warning about validation of JSON...
Mariusz Felisiak
2024-03-18
Refs #31014 -- Added srid argument to FromWKB/FromWKT() GIS functions.
Claude Paroz
2024-03-15
Refs #33996 -- Updated CheckConstraint validation on NULL values on Oracle 23c+.
Mariusz Felisiak
2024-03-11
Fixed #25595 -- Doc'd that URLValidator rejects file:// URIs without a host.
Adam Zapletal
2024-03-10
Fixed #35280 -- Improved iriencode filter example in docs.
canhuynh1998
2024-03-06
Fixed broken links and redirects in docs.
Mariusz Felisiak
2024-03-06
Updated broken links in docs/ref/contrib/gis/tutorial.txt.
Mohammad Alsakhawy
2024-03-01
Refs #33497 -- Added connection pool support for PostgreSQL.
Sarah Boyce
2024-03-01
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Simon Charette
2024-02-29
Fixed typo in docs/ref/contrib/admin/index.txt.
kbehlers
2024-02-28
Removed #django-geo IRC channel in docs.
Mariusz Felisiak
2024-02-28
Refs #34964 -- Doc'd that Q expression order is preserved.
David Sanders
[next]