1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/tests/modeltests/get_or_create
2008-08-15 23:29:55 +00:00
..
__init__.py Added Manager.get_or_create() 2006-06-07 00:09:29 +00:00
models.py Fixed #6970 -- Raise the original IntegrityError when all required fields aren't specified in get_or_create instead of a misleading DoesNotExist error, thanks deadwisdom. 2008-08-15 23:29:55 +00:00