Commit graph

120 commits

Author SHA1 Message Date
Tim Sutton
c373704c50 Some small typo fixes 2012-04-04 22:57:54 +02:00
Tim Sutton
21aa62a35c Fix Unexpected keyword arguments to values_list: ['Flat'] bug in models.entity.get_all_attribute_slugs 2012-04-04 22:56:24 +02:00
Steve Ivy
17a0bf4203 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
David Gelvin
bd541d5fb7 Respect user fieldsets. Thanks pagles for the issue and patch 2011-03-02 21:09:48 +02:00
Steve Ivy
1a346613a1 Update args for render_change_form for Django 1.0+ 2011-02-26 15:01:16 -07:00
David Gelvin
e8b5849de2 Merge branch 'master' of github.com:mvpdev/django-eav 2010-11-09 17:31:47 +03:00
David Gelvin
9f53a9b290 Include eav.tests in setup.py 2010-11-09 17:31:05 +03:00
Andrew Marder
b608a0ae6d removed unique together statement that forced the eav to act like a dict, now the eav acts like a multi-valued dict. This is useful for my use case where a family (a single entity) may have multiple children (multiple values for the same attribute). 2010-11-02 09:13:24 -04:00
David Gelvin
1b67380d0e Removed slug as primary key 2010-09-30 12:45:29 +03:00
David Gelvin
5ccc3f012a Added sites framework 2010-09-30 12:43:26 +03:00
David Gelvin
9cf3b5b9f1 Merge branch 'dev' of github.com:mvpdev/django-eav into dev 2010-09-30 12:26:32 +03:00
David Gelvin
3de8d13b7d Fixed doctest 2010-09-30 12:26:20 +03:00
David McCann
78f6164db0 made slug the primary key (as it's unique anyway). This allows other apps to load fixed Attributes from fixtures with less chance of colliding with other fixtures in other apps. 2010-09-30 11:02:43 +03:00
David Gelvin
39a1c95920 Removed uuid (not used) 2010-09-29 18:52:58 +03:00
David Gelvin
9bfb30b94b More spelling corrections 2010-09-29 13:25:41 +03:00
David Gelvin
44d6f473c5 Fixed spelling error 2010-09-29 13:23:17 +03:00
David Gelvin
5a3046b1dd Updated docs 2010-09-29 13:12:17 +03:00
David Gelvin
6561034bfd Doc fix 2010-09-29 13:09:08 +03:00
David Gelvin
28c8c5ed0f Doc changes 2010-09-29 13:07:26 +03:00
David Gelvin
df16ed379d Updated install docs 2010-09-29 13:04:02 +03:00
David Gelvin
3c1d3c9de3 Minor setup / README changes 2010-09-29 12:58:14 +03:00
David Gelvin
f889f89dcb Readme tweak 2010-09-28 16:44:14 +03:00
David Gelvin
d669a6fdaa Renamed README 2010-09-28 16:41:27 +03:00
David Gelvin
0436a7f497 Updated README 2010-09-28 16:39:57 +03:00
David Gelvin
e944804173 Added setup, tweaked docs 2010-09-28 13:45:20 +03:00
David Gelvin
8744714574 Reorganized dir 2010-09-27 16:30:16 +03:00
David Gelvin
0264919f88 Reorganized dir 2010-09-27 16:28:52 +03:00
David Gelvin
d6cc4eedfb Minor changes to registry 2010-09-24 12:51:09 +03:00
David Gelvin
23d44981a5 Refactored registration 2010-09-24 12:48:37 +03:00
David Gelvin
802d92255d Rewrote tests 2010-09-23 19:40:32 +03:00
David Gelvin
ebf979fa53 Added register / unregister to __init__ 2010-09-23 15:51:59 +03:00
David Gelvin
41ff6972a2 Refactored registry 2010-09-23 15:31:00 +03:00
David Gelvin
90425373fc Removed unnecessary calls to registry 2010-09-23 15:10:14 +03:00
David Gelvin
093a0ef457 Renamed utils to registry 2010-09-23 13:58:11 +03:00
David Gelvin
c7e595fdf9 Renamed app to eav, added version to __init__ 2010-09-23 13:42:30 +03:00
David Gelvin
e5d83e365a Added license to __init__ and fixed nosetests 2010-09-23 13:05:40 +03:00
David Gelvin
8cc8e40245 Added get and get_or_create 2010-09-23 10:52:01 +03:00
David Gelvin
96cbde82de Fixed minor bug 2010-09-23 10:44:03 +03:00
David Gelvin
de37500638 Added create manager 2010-09-23 10:38:53 +03:00
David Gelvin
e30761c96f Added required field and pre_save handler 2010-09-22 18:55:38 +03:00
David Gelvin
3a19758fd8 More admin work 2010-09-22 16:41:07 +03:00
David Gelvin
a53bc53daa Major refactor 2010-09-22 15:28:19 +03:00
David Gelvin
515cdf07ee Rename models, config attrs, started admin intigration 2010-09-22 11:02:28 +03:00
David Gelvin
8a46f3938f Fixed spelling mistake 2010-09-17 15:14:08 +03:00
David Gelvin
cf9920a0f5 Added license / copyright 2010-09-17 15:12:18 +03:00
David Gelvin
5120ab4ac9 Added docs to test 2010-09-17 12:56:52 +03:00
David Gelvin
39e6a21403 Added documentation and tests 2010-09-17 12:50:28 +03:00
David Gelvin
9a5e3574e1 Rewrote filters. Again. 2010-09-17 00:10:38 +03:00
David Gelvin
4cb5981079 Added db_index and verbose name 2010-09-16 20:19:31 +03:00
David Gelvin
f21d08b3bc Enum validation 2010-09-16 16:13:47 +03:00