index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
get_or_create
/
models.py
Age
Commit message (
Expand
)
Author
2017-05-27
Fixed #28222 -- Allowed settable properties in QuerySet.update_or_create()/ge...
Alex
2017-05-10
Decreased max_length for char fields unless absolutely needed. (#8485)
Florian Apolloner
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-05
Refs #22728 - Added missing tests for defaults__exact case
Andriy Sokolovskiy
2014-04-21
Consolidated get_or_create tests.
Aymeric Augustin
2013-05-27
Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_create
Tim Graham
2013-05-19
Lower the max length for a test field so that it works on MySQL.
Alex Gaynor
2013-05-19
Fixes #18896. Add tests verifying that you can get IntegrityErrors using get_...
Pablo Recio
2013-04-28
Tested that get_or_create raises IntegrityError.
Aymeric Augustin
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner