Mauro
|
39e1ff35f7
|
Adding a JSON Datatype
|
2021-04-04 23:53:45 -03:00 |
|
Daniel Indictor
|
6cd8163099
|
Merge pull request #63 from Dresdn/fix/#59_migrations
Move Attribute.entity_ct to own migration file
|
2021-01-31 22:12:23 -05:00 |
|
Mike Stralek
|
9983786184
|
create manage.py; move new field to own migration
|
2021-01-04 17:41:57 -08:00 |
|
Daniel Indictor
|
715dea0626
|
Merge pull request #59 from wackerservices/feature/model-specific-attributes
New feature: many to many to content type on attribute
|
2020-11-13 00:41:31 -05:00 |
|
Daniel Indictor
|
71a517d1da
|
Merge pull request #60 from wackerservices/feature/instance-level-attributes
Add instance parameter to config get_attributes
|
2020-11-13 00:39:49 -05:00 |
|
Daniel Indictor
|
f60639bec6
|
Merge pull request #58 from wackerservices/bug/null-enum-fields
Allow enum value to be None on save
|
2020-10-23 04:55:27 -04:00 |
|
Zach Taylor
|
9a4c8f3ad3
|
Add instance parameter to config get_attributes
|
2020-10-22 15:53:34 -05:00 |
|
Zach Taylor
|
5d8ba99361
|
Change foreign key to many to many to allow more flexibility
|
2020-10-21 16:03:20 -05:00 |
|
Zach Taylor
|
aaaa813b9b
|
Remove verbose_name and add documentation
|
2020-10-20 15:02:45 -05:00 |
|
Zach Taylor
|
2c5e1e6602
|
Add entity_ct to Attribute model
|
2020-10-20 11:28:14 -05:00 |
|
Zach Taylor
|
def1bc5ade
|
Allow attribute_value to be None if enum type
|
2020-10-19 14:45:29 -05:00 |
|
Daniel Indictor
|
1f629506a8
|
Merge pull request #49 from radalin/master
fix generic entity filter problem
|
2020-07-25 05:07:24 -04:00 |
|
Daniel Indictor
|
a9c54f6ce3
|
Merge pull request #52 from jayvdb/dj31
Django 3.1 support
|
2020-07-16 17:52:02 -04:00 |
|
John Vandenberg
|
7a71df16b0
|
tox.ini: Include Django 2.1 and 2.2 and master
|
2020-07-15 07:49:39 +07:00 |
|
John Vandenberg
|
e5c3ec600b
|
Update import for Django 3.1 support
|
2020-07-15 07:49:04 +07:00 |
|
Daniel Indictor
|
3a008f2fb9
|
Merge pull request #50 from DanielIndictor/master
Made changes necessary to bump supported Django version to 3.0
|
2020-07-13 15:56:00 -04:00 |
|
Daniel Indictor
|
89358a6c46
|
Made changes necessary to bump supported Django version to 3.0
|
2020-04-13 04:18:02 -04:00 |
|
roy simkes
|
bfc48aab6e
|
fix generic entity filter problem
|
2020-02-06 18:04:18 +03:00 |
|
Iwo Herka
|
1a0c9d0cc0
|
Bump version to 0.13.0
|
2019-06-20 16:18:31 +00:00 |
|
Alexander Anikeev
|
e857819fce
|
Add ability to assign enum values as strings (#46)
* Add ability to assign enum values as strings
* Remove unreachable code (enum validation now fails earlier)
* Enable filtering by enum value
|
2019-06-20 18:14:19 +02:00 |
|
Evgeny Pisemsky
|
27cf385f58
|
Provide russian translation (#45)
|
2019-02-25 20:04:17 +01:00 |
|
Alexander Anikeev
|
cf8f95dfa7
|
Fix ordering with custom config (#44)
|
2019-02-01 20:38:41 +01:00 |
|
Iwo Herka
|
08104f8c0e
|
Bump version to 0.12.0
|
2018-09-21 11:49:03 +00:00 |
|
Siegmeyer
|
92ba7992d7
|
Add support for order_by clause to EavQuerySet (#39)
|
2018-09-21 13:47:03 +02:00 |
|
Siegmeyer
|
2891175221
|
Improve README; add introduction to EAV (#36)
|
2018-08-10 12:57:52 +02:00 |
|
Iwo Herka
|
c033ee64a2
|
Add form test involving enums
|
2018-08-10 08:19:37 +00:00 |
|
Iwo Herka
|
fbe5f5ce3d
|
Exclude package "tests" from distribution (#32)
|
2018-08-03 13:46:08 +00:00 |
|
Iwo Herka
|
8d00f86517
|
Add contributing guidelines
|
2018-08-03 13:09:56 +00:00 |
|
Iwo Herka
|
4d8a2044ff
|
Update issue templates
|
2018-08-03 12:23:52 +00:00 |
|
Iwo Herka
|
d520b6c474
|
Create PULL_REQUEST_TEMPLATE.md
|
2018-08-03 12:12:19 +00:00 |
|
Iwo Herka
|
9f1f04de27
|
Update issue templates
|
2018-08-03 08:15:15 +00:00 |
|
Iwo Herka
|
bb79ad1ca3
|
Add John to contributors
|
2018-08-02 09:18:48 +00:00 |
|
John Carter
|
5ba33e7e6e
|
patch migration, made tox check for missing migrations (#35)
Add tox for missing migrations; fix verbose names in models and migration
|
2018-08-02 11:16:44 +02:00 |
|
Iwo Herka
|
be0197d5f3
|
Bump to version 0.11.1
|
2018-08-01 07:36:22 +00:00 |
|
Iwo Herka
|
c182c515ae
|
Use find_packages in setuptools (#33)
|
2018-08-01 07:22:12 +00:00 |
|
Iwo Herka
|
d49031c8e6
|
Bump version to 0.11.0
|
2018-07-27 14:02:45 +00:00 |
|
MajekX
|
f35ceaed22
|
Add registration via metaclass (#23)
Example:
class SomeModel(metaclass=EAVModelMeta):
pass
|
2018-07-27 14:01:38 +00:00 |
|
Iwo Herka
|
99254cd578
|
Move remaining docstrings to Google-stype format (#10)
|
2018-07-27 13:23:57 +00:00 |
|
Iwo Herka
|
e0a76f86b2
|
Rename "enums" attribute on the EnumGroup to "values" (#20)
|
2018-07-27 12:54:05 +00:00 |
|
MajekX
|
9d044ee8e2
|
Fix tests for Django 2.1+ (tip) (#25)
|
2018-07-27 13:47:01 +02:00 |
|
Iwo Herka
|
0c8bd2208c
|
Add Adam to contributors
|
2018-07-26 09:02:02 +00:00 |
|
Iwo Herka
|
d9dba5703c
|
Rewrite documentation for modern Sphinx (#5)
|
2018-07-23 16:27:12 +00:00 |
|
MajekX
|
b755c778d6
|
Fix TravisCI configuration for Tox (#24)
|
2018-07-23 15:55:03 +02:00 |
|
Iwo Herka
|
a652894a81
|
Fix Travis' tox config
|
2018-07-20 12:58:48 +00:00 |
|
Iwo Herka
|
d26bcfdbe7
|
Fix test compatibility
|
2018-07-20 12:17:19 +00:00 |
|
Iwo Herka
|
c1300903f8
|
Bump patch version
|
2018-07-13 14:25:20 +00:00 |
|
Iwo Herka
|
8db7c39bbf
|
Save M2M relations on form save (#13)
|
2018-07-13 14:06:21 +00:00 |
|
Iwo Herka
|
ab9636a1c5
|
Add test for invalid form
|
2018-07-13 12:05:34 +00:00 |
|
Iwo Herka
|
89f67a11ae
|
Add test for register_eav decorator
|
2018-07-13 11:59:45 +00:00 |
|
Iwo Herka
|
23be8b41a9
|
Add tests for forms
|
2018-07-13 11:54:57 +00:00 |
|