[misc] Various cleanup

- Adding in AUTHORS file
- Fix minimal Django version in setup
- Remove deprecated options in travis config
fix_request_path_info^2
Bastien Vallet 2020-08-15 22:43:09 +02:00
parent 8f12362b9a
commit c512759274
3 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,3 @@
# https://travis-ci.org/django-polymorphic/django-polymorphic
dist: xenial
sudo: false
language: python language: python
services: services:

View File

@ -19,6 +19,7 @@ Contributors
* Andrew Dodd * Andrew Dodd
* Angel Velasquez * Angel Velasquez
* Austin Matsick * Austin Matsick
* Bastien Vallet
* Ben Konrath * Ben Konrath
* Bert Constantin * Bert Constantin
* Bertrand Bordage * Bertrand Bordage

View File

@ -33,7 +33,7 @@ classifiers =
packages = find: packages = find:
include_package_data = True include_package_data = True
install_requires = install_requires =
Django >= 1.11 Django >= 2.1
[options.packages.find] [options.packages.find]
exclude = exclude =