David Smith
|
8d9901c961
Fixed #35891 -- Confirmed support for GDAL 3.10.
|
1 month ago |
Mariusz Felisiak
|
c534b6c493
Fixed #35991 -- Fixed crash when adding non-nullable field after renaming part of CompositePrimaryKey on SQLite.
|
1 month ago |
Tim Graham
|
733d3998e2
Refs #373 -- Fixed false failure of test_error_on_comment_pk_conflict.
|
1 month ago |
Mariusz Felisiak
|
fcd9d08379
Refs #35844 -- Fixed OtherModelFormTests.test_prefetch_related_queryset() test on Python 3.14+.
|
2 months ago |
Aman Sharma
|
f05edb2b43
Fixed #36016 -- Prevented traceback when quitting makemigrations with Ctrl-C.
|
2 months ago |
Andrew Miller
|
3ee4c6a27a
Refs #26007 -- Improved the ImproperlyConfigured error message for SingleObjectTemplateResponseMixin.get_template_names().
|
2 months ago |
Andrew Miller
|
0fc6d5362b
Fixed #26007 -- Clarified SingleObjectTemplateResponseMixin.get_template_names() docs.
|
2 months ago |
Tim Graham
|
bb6114ce50
Added DatabaseFeatures.rounds_to_even.
|
2 months ago |
Erica Pisani
|
20f9f61805
Fixed #35996 -- Fixed database serialization crash when serializing a many-to-many field that had a prefetch.
|
2 months ago |
Anders Einar Hilden
|
a8b70aeffd
Fixed #36002 -- Referred to request.Meta key in Persistent/RemoteUserMiddleware comments.
|
2 months ago |
Tim Graham
|
7e41a7a47d
Refs #35520 -- Fixed expected query count in admin_views tests.
|
2 months ago |
Chiemezuo
|
274f855f4a
Added Chiemezuo to AUTHORS.
|
2 months ago |
David Smith
|
1e05431881
Refs #32819 -- Added aria-describedby property to BoundField.
|
2 months ago |
lufafajoshua
|
27375ad50e
Fixed #35969 -- Disallowed specifying a USING clause for altered generated field.
|
2 months ago |
suraj
|
0d9872fc9a
Fixed #7732 -- Added support for connection pools on Oracle.
|
5 months ago |
Mariusz Felisiak
|
2249370c86
Fixed #35992, Fixed #35997 -- Added system check for CompositePrimaryKeys in Meta.indexes/constraints/unique_together.
|
2 months ago |
Mike Edmunds
|
322e49ba30
Fixed #36012 -- Made mailto punctuation percent-encoded in Urlizer.
|
2 months ago |
Andrés Reverón Molina
|
b44efdfe54
Fixed #34856 -- Fixed references to index_together in historical migrations.
|
2 months ago |
Simon Charette
|
44281bc212
Refs #27236 -- Removed references to index_together from ModelState.from_model.
|
3 months ago |
Tim Graham
|
94436dee57
Refs #29850 -- Removed obsolete test_window_frame_raise_not_supported_error.
|
2 months ago |
Chiemezuo
|
e9ed9ec043
Fixed #36008 -- Fixed order of database reset in TransactionTestCase docs.
|
2 months ago |
Sage Abdullah
|
47eafd139b
Refs #35842 -- Fixed test_lookups_special_chars_double_quotes on SQLite 3.47+.
|
2 months ago |
Sage Abdullah
|
d7d711c68c
Refs #35718, Refs #32179 -- Moved JSONObject to django.db.models.functions.json.
|
2 months ago |
Jacob Walls
|
d36ad43f61
Imported Coalesce from django.db.models.functions.
|
2 months ago |
Mike Edmunds
|
5405912595
Fixed #36007 -- Removed dead code from URLValidator.
|
2 months ago |
Mike Edmunds
|
9a891c387f
Refs #36007 -- Added IDNA 2008 test case for URLValidator.
|
2 months ago |
Tim Graham
|
78a55a04c9
Fixed typo in ArrayField test name.
|
2 months ago |
amansharma612
|
6f38697f90
Removed links to outdated tools in docs/topics/performance.txt.
|
2 months ago |
Ben Cardy
|
f30b527f17
Fixed #25582 -- Added support for query and fragment to django.urls.reverse().
|
2 months ago |
Jacob Walls
|
2ce4545de1
Fixed #35920 -- Observed requires_system_checks in migrate and runserver.
|
3 months ago |