Ali Mirlou
|
33b9b23bbb
Fixed typo in docs/ref/applications.txt.
|
5 年之前 |
Carlton Gibson
|
5b4c6b58a0
Fixed #30064 -- Added form to validate admin search fields query input.
|
5 年之前 |
Nasir Hussain
|
6b16c91157
Fixed #30712 -- Allowed BLOB/TEXT defaults on MySQL 8.0.13+.
|
5 年之前 |
Kshithij Iyer
|
5e2e57a5a1
Added header to README.rst.
|
5 年之前 |
Mads Jensen
|
85ac838d9e
Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations for PostgreSQL.
|
5 年之前 |
François Freitag
|
9a88e43aeb
Fixed broken links and redirects in documentation.
|
5 年之前 |
Harrison88
|
1e429df748
Fixed #30695 -- Used relative path in default_storage docs example.
|
5 年之前 |
Hasan Ramezani
|
22394bd3a1
Fixed #29667 -- Prohibited whitespaces in path() URLs.
|
5 年之前 |
Dan Swain
|
cece802dbb
Corrected typo in search docs. (#11673)
|
5 年之前 |
Nick Pope
|
21e559495b
Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and refactored AutoFields.
|
7 年之前 |
Mads Jensen
|
b10d322c41
Moved migrations.test_operations.OperationTestBase to migrations.test_base.
|
5 年之前 |
Hasan Ramezani
|
85458e94e3
Fixed #29260 -- Skipped an UPDATE when adding a model instance with primary key that has a default.
|
5 年之前 |
Maaz Bin Tahir Saeed
|
e9f74f53cc
Fixed #30693 -- Removed separate import of os.path in django.core.management.templates.
|
5 年之前 |
Garry Polley
|
10528a81ed
Removed outdated examples of flatpages served sites.
|
5 年之前 |
Mariusz Felisiak
|
49aeabbf27
Fixed broken links and redirects to OGR library in docs.
|
5 年之前 |
bcye
|
ac34fccdb9
Fixed broken links to Dive Into Python 3 book.
|
5 年之前 |
Claude Paroz
|
d1c2e6dd04
Refs #28428 -- Made FileField.upload_to support pathlib.Path.
|
5 年之前 |
Claude Paroz
|
af69842dbd
Refs #28428 -- Added test for a callable FileField.upload_to that returns pathlib.Path.
|
5 年之前 |
Claude Paroz
|
0468159763
Refs #30426 -- Changed default SECURE_CONTENT_TYPE_NOSNIFF to True.
|
5 年之前 |
Simon Charette
|
8b4a43dda7
Fixed #29545 -- Fixed using filter lookups againts nested subquery expressions.
|
5 年之前 |
Claude Paroz
|
7203efb799
Fixed #30694 -- Documented FileResponse does not seek its file source.
|
5 年之前 |
Adnan Umer
|
6805c0f99f
Fixed #30701 -- Updated patch_vary_headers() to handle an asterisk according to RFC 7231.
|
5 年之前 |
Adam Johnson
|
7da6a28a44
Fixed #27676 -- Allowed BLOB/TEXT defaults on MariaDB 10.2.1+.
|
5 年之前 |
Andrew Brown
|
8a281aa7fe
Fixed #30687 -- Fixed using of OuterRef() expressions in distance lookups.
|
5 年之前 |
zeyneloz
|
8289fc55ff
Refs #30449 -- Made RelatedOnlyFieldListFilter respect ModelAdmin.ordering.
|
5 年之前 |
zeyneloz
|
00035672a4
Fixed #30449 -- Fixed RelatedFieldListFilter/RelatedOnlyFieldListFilter to respect model's Meta.ordering.
|
5 年之前 |
Mariusz Felisiak
|
1f8382d34d
Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expressions with params.
|
5 年之前 |
Mads Jensen
|
0b8d911d28
Optimized Field.deconstruct() by using elif.
|
5 年之前 |
Claude Paroz
|
eed2e740f7
Fixed #30461 -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as library path.
|
5 年之前 |
Claude Paroz
|
88c0b907e7
Refs #30461 -- Added django.utils._os.to_path().
|
5 年之前 |