Commit Graph
12 Commits
Author SHA1 Message Date
Jerome Leclanche 0c7b1aa657 Drop support for Django 1.8 2017-08-29 19:41:42 +03:00
Jerome Leclanche f9b079fda7 Stop testing on Django 1.8 2017-08-29 19:41:42 +03:00
Jerome Leclanche 452b7cb69e Add myself to AUTHORS 2017-07-10 09:08:11 +03:00
Jerome Leclanche 2b4aeaec78 Set PYTHONWARNINGS=all when testing 2017-07-10 09:08:11 +03:00
Jerome Leclanche 87979a6660 Remove outdated 404 url from docstrings 2017-07-10 09:08:11 +03:00
Jerome Leclanche 0a495cb485 Fix PolymorphicParentModelAdmin.pk_regex escape 2017-07-10 09:08:11 +03:00
Jerome Leclanche b2b20bed55 docs: Fix a missing newline 2017-07-10 09:08:11 +03:00
Jerome Leclanche 66124a59eb docs: Move dependencies to tox.ini docs env 2017-07-10 09:08:11 +03:00
Jerome Leclanche 1e7237986c Specify on_delete argument for all related fields that need it 2017-07-10 09:08:11 +03:00
Jerome Leclanche 298460c4cf Drop support for Django <1.8, Python <2.7 2017-07-10 09:08:11 +03:00
Jerome Leclanche df0041dff6 Stop running tests on unmaintained versions of Python/Django 2017-06-23 15:12:53 +03:00
Jerome Leclanche 544f5edef4 Fix accessor replacement consistency on Django 1.11
At this point, we don't know why this line of code is executed, but
we do know it's not consistently executed between Django 1.10 and
Django 1.11 due to the addition of `ForwardOneToOneDescriptor`, a
subclass of `ForwardManyToOneDescriptor`.

Refs. 6628145af7
Refs. kavdev/dj-stripe#524
Refs. django/django@38575b007a
2017-06-07 13:27:50 +03:00