Mike
b5b576aca5
refactor: apply ruff linter rules and standardize code style
...
Replace flake8 with ruff and apply consistent linting rules across the entire codebase. Update type annotations, quotation marks, and other style-related changes to comply with the new standards.
2024-09-01 14:57:47 -07:00
Mike
fe65a9f542
fix: handle defaults keyword with get_or_create()
2021-10-20 07:08:08 -07:00
Mike
5b9e5f2615
style: explicitly define import path
2021-10-16 10:45:01 -07:00
Mike
b1badf8dc5
style: run black formatter
2021-10-16 10:43:02 -07:00
Iwo Herka
99254cd578
Move remaining docstrings to Google-stype format ( #10 )
2018-07-27 13:23:57 +00:00
Iwo Herka
d9dba5703c
Rewrite documentation for modern Sphinx ( #5 )
2018-07-23 16:27:12 +00:00
Iwo Herka
8db7c39bbf
Save M2M relations on form save ( #13 )
2018-07-13 14:06:21 +00:00
Siegmeyer of Catarina
9bf3dbfb5d
Migrate module docstrings to Google-style format ( #10 ) ( #5 )
2018-06-03 15:42:16 +02:00
Iwo Herka
b99a3c0641
Move license notice to root directory ( #3 )
2018-05-18 13:37:39 +02:00
Iwo Herka
bcd129a03d
Move relational operators from EntityManager to EavQuerySet; allow for chaining
2018-04-26 13:29:57 +02:00
Iwo Herka
342fee006a
Remove Vim directives
2018-04-06 16:53:32 +02:00
Iwo Herka
17c8d84295
Make tests runnable with Python 3
2018-04-06 13:59:51 +02:00
Iwo Herka
26940c28ea
Properly merge field lookups ( https://github.com/mvpdev/django-eav/issues/43 ).
2017-09-04 15:32:21 +02:00
Hamdi Sahloul
0495d4391e
Removed deprecated get_field_by_name() function call
2016-10-15 22:59:24 +09:00
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
Bruno Tavares
1ac549409a
no need to fetch all attributes on each save!
2013-11-25 22:23:31 +00:00
David Gelvin
0264919f88
Reorganized dir
2010-09-27 16:28:52 +03:00