1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00
Commit graph

14 commits

Author SHA1 Message Date
Fleur Dragan
a5bfd3dce8 added django40 dep & expanded django3* python versions to all supported 2022-08-16 20:09:48 -05:00
Fleur Dragan
faebda7b34 From https://docs.djangoproject.com/en/3.2/releases/3.2/#customizing-type-of-auto-created-primary-keys:
When defining a model, if no field in a model is defined with primary_key=True an implicit primary key is added. The type of this implicit primary key can now be controlled via the DEFAULT_AUTO_FIELD setting and AppConfig.default_auto_field attribute. No more needing to override primary keys in all models.

Maintaining the historical behavior, the default value for DEFAULT_AUTO_FIELD is AutoField.
2022-08-16 20:09:48 -05:00
Fleur Dragan
e6e8ef0c85 generalized django30 target & added django31 target 2022-08-16 20:09:38 -05:00
Adam Dobrawy
5abc1981dc
Add tests docs to CI and fix docs warning (#238)
* Add tests docs to CI and fix docs warning

* Switch to storing environment variables in travis outside of secure vars.

* Force a rebuild.

* Force a rebuild.

* Run integration tests just once per test run.

* Minor updates.

* Nevermind; this test class covers more than just integration tests.

* Attempting to fix docs build via https://stackoverflow.com/questions/61711710/runtimeerror-class-not-set-defining-abstractbaseuser-as-class-django-co\#comment112739057_63045563

* Minor docs fix.

Co-authored-by: Adam Coddington <me@adamcoddington.net>
2020-12-06 18:10:15 -08:00
Adam Dobrawy
2b2b7d6392 Modernize syntax, drop Python EOL, drop drop Django<1.11, upgrade TravisCI config to v1, add Python 3.8 & Django 3.x 2019-11-09 19:23:08 +01:00
Adam Dobrawy
c807e733b8 Use tox in TravisCI (DRY!) 2019-04-03 10:07:53 +02:00
Adam Dobrawy
d0090f3f97
Add makemigrations check in tox 2018-04-06 03:51:01 +02:00
Adam Dobrawy
c1b20f01eb Add Django version (#162) 2018-03-09 10:09:06 -08:00
Adam Dobrawy
48393250f7 Fix test in tox 2017-07-09 21:47:05 +02:00
Adam Dobrawy
e21cd01560 Use django build-in test runner 2017-07-09 19:21:48 +02:00
Lars Kruse
9df9f0aee1 Run 'flake8' tests via tox 2017-05-10 00:07:05 +02:00
Adam Dobrawy
5ddfa79bc7 Drop py16,py33, add dj10 to tests (#108) 2016-08-03 09:58:38 -07:00
Adam Coddington
d56e3846e8 Updating tox settings. 2016-05-14 23:32:12 -07:00
Adam Coddington
a9b7f2d171 Adding tox.ini for local testing. 2016-05-14 22:42:55 -07:00