django-eav2/eav
Marc Chakiachvili 05866d2f9e Make eav 'timezone' aware :
- changed called from datetime.now to timezone.now
- changed called from datetime(...) to timezone.datetime(...)
- changed forms validator as well
2016-01-15 15:16:28 +01:00
..
tests Make eav 'timezone' aware : 2016-01-15 15:16:28 +01: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 eav 'timezone' aware : 2016-01-15 15:16:28 +01:00
registry.py Compatibility from django 1.9 - Issue #35 2016-01-15 11:16:10 +01:00
validators.py Make eav 'timezone' aware : 2016-01-15 15:16:28 +01:00