Commit graph

262 commits

Author SHA1 Message Date
Alishba
6ba4a204ec Fix Value repr crash for missing entity 2025-06-03 12:11:52 +05:00
Alishba
9e49a84cf0 Fix Value repr crash for missing entity 2025-06-03 11:56:56 +05:00
Anas Ahmed
ae06c9629b
Merge pull request #9 from dubizzle/support-django-4.X.X
Support django 4.x.x
2024-07-09 20:33:06 +05:00
Anas Ahmed
257cd62a3b changed NullBoolean field to Boolean(null=True). 2024-06-27 16:58:00 +05:00
Anas Ahmed
0986575e64 changed imports ugetext_lazy to gettext_lazy to make it compatible with newer djangi version. 2024-06-24 15:55:02 +05:00
Ritwick Dsouza
aa6f925a93
Merge pull request #7 from dubizzle/json-support
[WIP] Add json support
2020-11-25 10:58:10 +04:00
Rag Sagar
eb748cf2cf Fix validation. 2020-11-18 17:15:58 +04:00
Rag Sagar
e095e0eceb Add json support in eav. 2020-11-18 15:22:11 +04:00
Ali Kazi
417ceeb8e0
Merge pull request #6 from dubizzle/optimize-value-save
Remove validation while saving eav.Value
2020-10-07 10:33:30 +04:00
Muhammad Tahir
93069b70dd Remove validation while saving eav.Value in favour of database level validation 2020-10-07 10:10:24 +04:00
Muhammad Tahir
34cc9dfc15
Merge pull request #5 from dubizzle/optimizations-v1
Add multiple optimization to reduce the load on database
2020-09-20 17:07:04 +04:00
Muhammad Tahir
074e0b8c4c Add multiple optimization to reduce the load on database 2020-09-20 16:14:12 +04:00
Muhammad Tahir
36711e036f
Merge pull request #3 from dubizzle/qs-update-fix
Fix EavQuerySet.update
2020-09-13 16:22:11 +04:00
Muhammad Tahir
9e0b35937b Fix EavQuerySet.update method to handle all records in queryset 2020-09-13 15:44:56 +04:00
Muhammad Tahir
f55f918e96
Merge pull request #1 from dubizzle/attribute-contenttype
Add ContentType and extra field types to Attribute
2020-09-09 13:07:57 +04:00
Muhammad Tahir
83e736e176
Merge pull request #2 from dubizzle/add-custom-update
Add custom update method
2020-09-09 13:03:52 +04:00
Muhammad Tahir
fcaccb19a3 Fix multi_enum field save 2020-09-06 12:38:49 +04:00
Shyamala Gopalakrishnan
cbc59280b8 Add custom update method 2020-08-19 11:49:44 +04:00
Rag Sagar
c03101620a Fix enum multi validation. 2020-08-17 10:11:25 +04:00
Muhammad Tahir
cfdd8ada6f Fix enum_multi field 2020-08-12 17:29:28 +04:00
Muhammad Tahir
9a56b8ac50 Add ContentType and extra field types to Attribute 2020-07-27 11:52:12 +04: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
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