Commit graph

311 commits

Author SHA1 Message Date
Mike
640e974dcf
Create dependabot.yml 2021-10-16 11:07:08 -07:00
Mike
e35258dc31
Merge pull request #78 from Dresdn/master
Use django_jsonfield_backport for django 2.2 JSONField ; Adds 'test' github action workflow
2021-10-16 00:36:03 +00:00
Mike
575e2480ca Add test github action 2021-10-15 17:25:30 -07:00
Mike
eb21c74a21 Implement django_jsonfield_backport 2021-10-15 17:25:10 -07:00
Mike
670ca66d7c
Merge pull request #77 from Dresdn/master
Fix poetry build
2021-10-15 23:09:58 +00:00
Mike
6220f0f466
Merge pull request #75 from PUYUP/fix-maxlength
fix max_length
2021-10-15 23:09:47 +00:00
Mike
b85439b12c fix: include eav package in final distribution 2021-10-15 13:01:15 -07:00
Mike
de41a8050a fix: use correct name for package 2021-10-15 12:41:06 -07:00
PUYUP
198911582a fix max_length 2021-10-12 12:49:25 +07:00
Tomáš Mládek
3f5aa35dd7
fix link to documentation in README.md
redirect to the main page instead, as there's no mention of "improvement docs" anymore

also replace `<hr><br>` with markdown's native `---`
2021-08-23 14:24:10 +02:00
Mike
ac05b63690
Merge pull request #70 from Dresdn/issue-69-tooling
New tooling and test refactoring
2021-07-19 14:30:25 +00:00
Mike
198cc422bb chore: remove django 3.0 from testing 2021-07-05 07:18:41 -07:00
Mike
9a204bb11d chore: cleanup to match current package version and supported versions 2021-07-05 07:18:11 -07:00
Mike
2d7d54e788 test: disable pytest-randomly (for now) 2021-07-04 09:51:19 -07:00
Mike
53387f81da test: cleanup tox config 2021-07-04 09:17:08 -07:00
Mike
d8c9c162f1 chore: remove old test_app 2021-07-04 08:59:40 -07:00
Mike
1e3c547551 test: use new test_project 2021-07-04 08:59:24 -07:00
Mike
86ccff34e9 test: flatten test project 2021-07-04 08:58:33 -07:00
Mike
f1c4328327 chore: correct exclusion description 2021-06-17 17:13:35 -07:00
Mike
cc57b7b47e fix: repository url 2021-06-17 17:11:37 -07:00
Mike
cae35d1032 chore: clean up tox, remove travis, add recommended files 2021-06-17 16:39:24 -07:00
Mike
9849f8356d chore: remove version from __init__ 2021-06-17 16:39:03 -07:00
Mike
3ebbf8d8e7 tests: refactor tests to use pytest 2021-06-17 16:38:46 -07:00
Mike
597a5374dc tests: add new django_test_app to use for testing 2021-06-17 16:38:06 -07:00
Mike
db1a2d0358 chore: migrate to poetry 2021-06-17 16:36:29 -07:00
~lmn
c9a80834ac
Update CONTRIBUTING.md 2021-06-05 14:59:17 -03:00
~lmn
0b6335b737
Update README.md 2021-06-05 14:56:38 -03:00
~lmn
09918b6224
Fix sphinx deprecated add_stylesheet -> add_css_file 2021-05-11 15:41:11 -03:00
~lmn
6d10892c20
Update 0005 migration - Default to empty str instead of list 2021-05-11 11:01:16 -03:00
Mauro
668caf39e3 Merge branch 'master' of github.com:lvm/django-eav2 2021-05-10 18:06:52 -03:00
Mauro
6a470e2567 Update docs 2021-05-10 18:06:29 -03:00
~lmn
9178644d0f
Merge pull request #68 from lvm/csvfield
CSVField + CSV Datatype
2021-05-10 18:04:10 -03:00
Mauro
3d2c48ae36 Updating docs 2021-05-10 17:17:49 -03:00
Mauro
b2c16c05c4 Adding CSV datatype + CSVField (widget, formfield also) + validators + tests 2021-05-10 17:13:42 -03:00
~lmn
58762a914d
Update Docs 2021-04-27 12:51:26 -03:00
~lmn
493e63645e
Adding secret_key to sphinx conf 2021-04-27 09:35:40 -03:00
~lmn
c638065c9b
Updated requirements. Django >= 3.1 2021-04-24 12:16:11 -03:00
Mauro
6f8f3b7b4b updating contrib 2021-04-23 16:15:19 -03:00
Mauro
fcc0dcb29e Bump readme 2021-04-23 16:13:26 -03:00
Mauro
841ffd623d Bump readme 2021-04-23 16:12:59 -03:00
Mauro
47efd09cb2 Bump ver + update setup 2021-04-23 16:08:07 -03:00
Mauro
4e9f04bdc6 Adding value_bool migration 2021-04-23 16:07:55 -03:00
Mauro
11a23d7c03 leaving out djangotip (4.0) for now, until its release (december 2021) 2021-04-23 12:43:59 -03:00
Mauro
49ee47c399 Updating translations from ugettext_lazy to gettext_lazy and deprecating djangotip from python <3.8 2021-04-23 12:19:06 -03:00
Mauro
000fd963dc Fix url for 'djangotip' 2021-04-23 12:08:05 -03:00
Mauro
75c1b72d5b Updating python and django versions on travis / tox 2021-04-23 11:53:24 -03:00
~lmn
ef3f5d9df6
Merge pull request #66 from lvm/json-datatype
Adds a JSON datatype
2021-04-23 10:42:32 -03:00
~lmn
056ff88926
Merge pull request #65 from lvm/nullboolean-deprecated
Replaces NullBoolean with Boolean (closes: #56)
2021-04-19 19:36:52 -03:00
~lmn
8ecd0e241b
Merge branch 'master' into json-datatype 2021-04-14 10:40:13 -03:00
~lmn
6cce6d8347
Merge pull request #1 from lvm/nullboolean-deprecated
Replaces NullBoolean with Boolean (closes: #56)
2021-04-14 10:36:58 -03:00