Commit graph

16 commits

Author SHA1 Message Date
Mike
8718968a36 docs: update changelog 2023-02-10 10:02:49 -07:00
Mike
a98c0d2904
Use SplitDateTimeField for date Attribute types (#321)
* fix: use field class SplitDateTimeField for type 'date'
Fixes #261

* refactor: remove import conflict of django.forms

* style: isort imports

* docs: add fix #261 to changelog
2023-02-10 08:35:05 -08:00
Mikalai Hryb
5760f20f7a fix BaseEntityAdmin 2022-09-01 01:01:43 +02:00
Mike
883ddfabea chore: release 1.2.3 2022-08-15 12:07:07 -07:00
Mike
c5af0cec2a docs: add changes to bug fix section 2022-08-15 11:56:59 -07:00
Mike
a3116ab263 chore: release 1.2.2 2022-08-13 10:56:30 -07:00
Mike
bbf12d5413 doc: update CHANGELOG 2022-08-12 15:00:59 -07:00
Mike
361eebf8cb chore: update changelog for #187 2022-06-12 22:00:29 -07:00
Mike
8541928a4f chore: release 1.2.1 2022-02-08 18:33:09 -08:00
David
99b9bfc3ef
fixes https://github.com/jazzband/django-eav2/issues/163 (#164)
* fixes https://github.com/jazzband/django-eav2/issues/163

* chore: revert content to master

* fix: don't expand relational fields

* chore: ignore .vscode

* chore: update changelog

* chore: remove stale code

Co-authored-by: Mike <mike@zivix.com>
Co-authored-by: Mike <22396211+Dresdn@users.noreply.github.com>
2022-02-08 18:13:12 -08:00
Mike
79daf02d66 release 1.2.0 2021-12-18 20:21:31 -08:00
Mike
dac24f4df7
Add Django 4.0 support (#138)
* chore: bump min python version to 3.7

* test: update test matrix versions

* doc: update changelog

* test: use strings for versions

* test: use major.minor for django version
2021-12-18 20:17:20 -08:00
Mike
ed7a808ee8
Allow for integer values larger than 32-bits (#137)
* style: apply ignores to all migrations

* feat: support 64-bit integers

* doc: update changelog

* test: add test for bigger than 32-bit integer
2021-12-18 19:29:38 -08:00
Mike
9f624b7f00
chore: bump version to 1.1.0 (#116) 2021-11-07 19:06:20 -08:00
Mike
d9bb51ff79
chore: misc repository clean up (#108)
* chore: remove tox

* chore: bump min python version to 3.6.2

* chore: remove old test runner

* chore: initial changelog

* chore: clean up pr template

* chore: remove manifest file

Co-authored-by: Mike Stralek <mike.stralek@gmail.com>
2021-10-31 02:02:30 +00:00
Mike
cae35d1032 chore: clean up tox, remove travis, add recommended files 2021-06-17 16:39:24 -07:00