Florian Zimmermann
|
fbd16438f4
Fixed #33143 -- Raised RuntimeWarning when performing import-time queries.
|
1 year ago |
Mariusz Felisiak
|
bd2ff65fdd
Fixed DatabaseCreation.get_test_db_clone_settings() for empty database name on SQLite.
|
1 year ago |
Mariusz Felisiak
|
4c85d94bc0
Fixed utils_tests.test_lazyobject.SimpleLazyObjectPickleTestCase.
|
1 year ago |
Juan Alvarez
|
517d3bb4dd
Fixed #34779 -- Avoided unnecessary selection of non-nullable m2m fields without natural keys during serialization.
|
1 year ago |
Mariusz Felisiak
|
6b965c6000
Fixed #34773 -- Fixed syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings with STORAGES.
|
1 year ago |
Azat
|
d25f389211
Added Uyghur language.
|
1 year ago |
Francesco Panico
|
59f4754704
Fixed #34362 -- Fixed FilteredRelation() crash on conditional expressions.
|
2 years ago |
Francesco Panico
|
1506f498fe
Fixed #34743 -- Fixed Meta.constraints validation crash when using pk.
|
1 year ago |
Jingbei Li
|
9946f0b0d9
Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle.
|
2 years ago |
Mariusz Felisiak
|
59f13ce545
Fixed DatabaseFeatures.supports_primitives_in_json_field on Oracle 21c+.
|
1 year ago |
Mariusz Felisiak
|
e69a9920e2
Fixed non-deterministic order in SubqueryTests.test_slice_subquery_and_query.
|
1 year ago |
Mariusz Felisiak
|
80a5667c50
Refs #34233 -- Bumped required cx_Oracle to 8.3.
|
1 year ago |
priyank.panchal
|
439242c594
Fixed #34692 -- Made autoreloader reset cached template loader for default renderer.
|
1 year ago |
Mariana
|
e02fc58889
Fixed #34586 -- Made QuerySet.create() raise ValueError for reverse one-to-many relations.
|
1 year ago |
Nick Pope
|
aa3cb3f372
Added IntegerField tests for checks for invalid choices.
|
1 year ago |
Mateusz Więckowski
|
5aa4c0b675
Fixed #34542 -- Made createsuperuser handle required blank fields in non-interactive mode.
|
1 year ago |
Olivier Tabone
|
0f3b1a783d
Fixed #34739 -- Added GEOSGeometry.equals_identical() method.
|
1 year ago |
anthony kugel
|
8edaf07a28
Fixed #15799 -- Doc'd that Storage._open() should raise FileNotFoundError when file doesn't exist.
|
1 year ago |
Mariusz Felisiak
|
0336aa6672
Fixed TransactionalTests.test_password_with_at_sign() isolation on Oracle.
|
1 year ago |
Simon Charette
|
3434dbd39d
Fixed #34754 -- Fixed JSONField check constraints validation on NULL values.
|
1 year ago |
Mariusz Felisiak
|
2b582387d5
Fixed #34760 -- Dropped support for SQLite < 3.27.
|
1 year ago |
Olivier Tabone
|
f46a6b2816
Fixed #34686 -- Added support for GEOS 3.12.
|
1 year ago |
Mariusz Felisiak
|
4555a823fd
Refs #33713 -- Removed unnecessary version check in DatabaseFeatures.update_can_self_select on MariaDB.
|
1 year ago |
Mariusz Felisiak
|
b719688b21
Fixed #34761 -- Dropped support for MySQL < 8.0.11.
|
1 year ago |
David Smith
|
b3e0170ab5
Fixed #34756 -- Fixed docs HTML build on Sphinx 7.1+.
|
1 year ago |
Mariusz Felisiak
|
9b9c805ced
Removed unneeded escapes in regexes.
|
1 year ago |
Albert Defler
|
7cd187a5ba
Fixed #33507 -- Used UUID data type on MariaDB 10.7+.
|
2 years ago |
Nick Pope
|
ee36c332b2
Simplified django.http.request.split_domain_port().
|
1 year ago |
Nick Pope
|
c77fbda7ce
Added more tests for django.http.request.split_domain_port().
|
1 year ago |
Natalia
|
24068058a6
Added stub release notes for 4.2.5.
|
1 year ago |