Merge pull request #456 from Djailla/misc

[misc] Various cleanup
fix_request_path_info^2
Chris Glass 2020-08-18 16:29:22 +02:00 committed by GitHub
commit fd300dffa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 =