This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
validation
History
Hannes Ljungberg
1eaf38fa87
Fixed
#33335
-- Made model validation ignore functional unique constraints.
...
Regression in 3aa545281e0c0f9fac93753e3769df9e0334dbaa. Thanks Hervé Le Roy for the report.
2021-12-06 07:59:11 +01:00
..
__init__.py
Switched TestCase to SimpleTestCase where possible in Django's tests.
2018-11-27 08:58:44 -05:00
models.py
Fixed
#33335
-- Made model validation ignore functional unique constraints.
2021-12-06 07:59:11 +01:00
test_custom_messages.py
Switched TestCase to SimpleTestCase where possible in Django's tests.
2018-11-27 08:58:44 -05:00
test_error_messages.py
Refs
#31369
-- Removed models.NullBooleanField per deprecation timeline.
2021-01-14 17:50:04 +01:00
test_picklable.py
Fixed
#21555
-- Made ValidationError pickable.
2013-12-07 18:58:37 +07:00
test_unique.py
Fixed
#33335
-- Made model validation ignore functional unique constraints.
2021-12-06 07:59:11 +01:00
test_validators.py
Switched TestCase to SimpleTestCase where possible in Django's tests.
2018-11-27 08:58:44 -05:00
tests.py
Fixed
#31596
-- Changed ForeignKey.validate() to use the base manager.
2020-06-25 11:36:20 +02:00