django-eav2/eav
GingerJoos 6d6e42e3c4 Change get_or_create() to return tuple
Change get_or_create() to return a tuple, confirming to Django's default behaviour ( see https://docs.djangoproject.com/en/dev/ref/models/querysets/#get-or-create )
2013-12-31 12:04:27 +05:30
..
tests Reorganized dir 2010-09-27 16:28:52 +03:00
__init__.py Added sites framework 2010-09-30 12:43:26 +03:00
admin.py admin fixes:- switch order of objects and on_site properties on Attribute so that all Attributes are listed in the admin- add site to list_display and list_filter 2011-03-09 10:39:43 -07:00
fields.py Removed uuid (not used) 2010-09-29 18:52:58 +03:00
forms.py Reorganized dir 2010-09-27 16:28:52 +03:00
managers.py Change get_or_create() to return tuple 2013-12-31 12:04:27 +05:30
models.py Make doctest skip invalid tests 2013-11-25 23:17:52 +00:00
registry.py Added sites framework 2010-09-30 12:43:26 +03:00
validators.py Reorganized dir 2010-09-27 16:28:52 +03:00