This website requires JavaScript.
Explore
Help
Sign In
source
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2026-02-09 02:49:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3851601b2e080df34fb9227fe5d2fd43af604263
django
/
tests
/
invalid_models_tests
History
Mariusz Felisiak
1c34b8716a
Refs
#24920
-- Made DecimalField system checks database dependent.
...
Thanks Tim Graham for the suggestion.
2025-12-28 19:21:49 +01:00
..
__init__.py
Deprecated load_app().
2013-12-22 11:39:17 +01:00
test_backend_specific.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_custom_fields.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_deprecated_fields.py
Fixed
#32770
-- Added system check to ensure django.contrib.postgres is installed when using its features.
2025-06-18 08:36:49 +02:00
test_models.py
Fixed
#36594
-- Improved UniqueConstraint's nulls_distinct system check message.
2025-12-16 15:06:10 -05:00
test_ordinary_fields.py
Refs
#24920
-- Made DecimalField system checks database dependent.
2025-12-28 19:21:49 +01:00
test_relative_fields.py
Refs
#21961
-- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) feature flags.
2025-11-23 11:53:24 +01:00