Brent O'Connor
6de15e36b9
Remove Python 2.7 from the Travis config
2020-08-31 09:15:01 -05:00
Brent O'Connor
7bc44c74ff
Update tox tests to run Django 3.1 and removed support for Python 2.7
2020-08-31 09:05:04 -05:00
Brent O'Connor
4e45f25661
Merge pull request #157 from gantonayde/master
...
Add support for Django 3.1
2020-08-31 08:50:33 -05:00
gantonayde
833789891b
Add support for Django 3.1
...
In Django 3.1 the compatibility import of django.core.exceptions.FieldDoesNotExist in django.db.models.fields is removed.
So we'd have to update the package by replacing:
from django.db.models.fields import FieldDoesNotExist
with
from django.core.exceptions import FieldDoesNotExist
2020-08-11 23:16:58 +01:00
gantonayde
ec89796299
django-mptt 0.11 needed for Django 3.1
...
In Django 3.1 the compatibility import of django.core.exceptions.FieldDoesNotExist in django.db.models.fields is removed.
django-mptt should be the latest version (0.11 as of now)
2020-08-11 23:14:54 +01:00
Brent O'Connor
2dfbc8ef64
Update the version to 1.7.2
2020-05-18 16:16:57 -05:00
Brent O'Connor
c1e1ecf1e5
Merge pull request #155 from cccaballero/master
...
include missing migration
2020-05-18 16:14:21 -05:00
Carlos Cesar Caballero Díaz
3dbc96bf36
include missing migration
2020-05-17 15:03:33 -04:00
Brent O'Connor
440d9c2be2
Merge branch 'PetrDlouhy-fix/152'
2020-03-14 11:10:23 -05:00
Petr Dlouhý
a3a3f8106e
fix #152
2020-03-13 19:55:27 +01:00
Brent O'Connor
28d1185793
Ignore .python-version
2020-03-06 11:15:17 -06:00
Brent O'Connor
40abc68fd7
Update publish make task
2020-03-06 11:14:46 -06:00
Brent O'Connor
ac0f3c39c4
Update the version to 1.7.1
2020-03-06 11:09:40 -06:00
Brent O'Connor
dd201de641
Add missing migrations
2020-03-06 11:07:29 -06:00
Brent O'Connor
cd405f4ba1
Update the version to 1.7
2020-02-04 08:08:44 -06:00
Brent O'Connor
31206db328
Merge pull request #150 from PetrDlouhy/django30
...
Add support for Django 3.0
2020-02-03 07:52:08 -06:00
Petr Dlouhý
d7dd98593a
update django-mptt
2020-02-02 09:21:19 +01:00
Petr Dlouhý
a88a5f7825
add newer Django versions to tox.ini
2020-02-02 09:15:22 +01:00
Petr Dlouhý
654dddce81
fixes to Django 3.0
2020-02-02 09:15:22 +01:00
Brent O'Connor
ddf13300e9
Update make publish
2019-06-26 14:21:36 -05:00
Brent O'Connor
f9c351bbdd
Update the version to 1.6.1
2019-06-26 14:04:17 -05:00
Brent O'Connor
170498d80a
Update Travis build badge
2019-06-26 14:02:08 -05:00
Brent O'Connor
72971541f3
Upgrade build environment to Xenial
...
This makes it so Django 2.2 tests should pass
2019-06-26 13:55:19 -05:00
Brent O'Connor
5a4b0a51cc
Remove 3.7 from Travis config
2019-06-26 13:50:57 -05:00
Brent O'Connor
353a6d7a22
Switch to tox-travis
2019-06-26 13:49:45 -05:00
Brent O'Connor
ddd7f50503
Remove Python 3.7 for Travis
...
Removing since it doesn't look like it's supported.
2019-06-26 13:42:56 -05:00
Brent O'Connor
7580e6ff6e
Fix Travis so it uses the correct python versions
2019-06-26 13:34:46 -05:00
Brent O'Connor
b9dd8fa80a
Fix Travis so it works with Python 3.7
2019-06-26 13:29:10 -05:00
Brent O'Connor
c1a0e3a288
Update travis.yml
2019-06-26 13:21:36 -05:00
Brent O'Connor
03d9ee4ad7
Merge branch 'pr-fix-models-not-ready-warning'
2019-06-26 13:12:58 -05:00
Brent O'Connor
79fec52e90
Remove skip
2019-06-26 13:12:44 -05:00
Frankie Dintino
61e156b385
Fix 'Models aren't loaded yet' warning on import
...
categories.registration._process_registry was being called in
categories/__init__.py, but since Django 1.9 it hasn't been possible to
perform operations with models until the app registry is fully
loaded. Currently the `AppRegistryNotReady` exception is being caught
and printed, which means it is never actually executed on load.
Since this code isn't currently doing anything (other than emitting a
print() of a warning), I've removed it.
2019-06-26 13:08:46 -05:00
Brent O'Connor
abec2164f2
Fix tests
...
Also dropped testing Django 1.10 since django-mptt requires Django>=1.11.
2019-06-26 13:03:43 -05:00
Corey Oordt
3765851320
Merge pull request #147 from gagandeep/master
...
Fix for Django 2.1 breaking Admin tree editor
2018-12-20 20:06:17 -06:00
Gagandeep Singh
d542684e36
Fix for TOXENV=py27-lint
2018-11-28 00:48:19 +05:30
Gagandeep Singh
6aacff3f4c
Fix for TOXENV=py27-lint
2018-11-28 00:31:46 +05:30
Gagandeep Singh
579aa2a8bf
Fixing model for TOXENV=py36-django110
2018-11-28 00:27:55 +05:30
Gagandeep Singh
3993038f95
py27-lint test fix
2018-11-28 00:10:16 +05:30
Gagandeep Singh
1dc6d473ff
Test Cases fix
2018-11-27 23:56:21 +05:30
Gagandeep Singh
e39b5d24a8
Updated tree editor for typo
2018-11-27 21:45:05 +05:30
Gagandeep Singh
c53bc77b82
Adding opts to context for Django version 2 and above
2018-11-27 21:36:22 +05:30
Gagandeep Singh
6019c0dd4f
Bug Fix : sortable was last argument
2018-11-27 21:21:00 +05:30
Gagandeep Singh
a84bb00210
Django 2.0 support in Admin
...
TypeError at /admin/categories/category/
__init__() missing 1 required positional argument: 'sortable_by'
2018-11-26 23:55:12 +05:30
Brent O'Connor
58ec14f99b
Updated the version
2018-02-27 11:34:45 -06:00
Brent O'Connor
0e75ba5d95
Updated the Travis CI config
2018-02-27 11:22:17 -06:00
Brent O'Connor
f6cd053f74
Changed from using a string to importing the actual CASCADE function
2018-02-27 11:18:07 -06:00
goetzb
a8dc71bcb1
Proposes changes based on 366ff74619 and pull request #140 for Django 2.0 to pass CI tests.
2018-02-27 11:09:26 -06:00
Brent O'Connor
366ff74619
Made updates to get everything working with Django 2
2017-12-26 11:27:42 -06:00
Corey Oordt
e770596430
[1.5.4] Made sure example was excluded from packaging
2017-10-12 22:52:59 -05:00
Corey Oordt
0e338c78d5
[1.5.4] Version bump
2017-10-12 22:51:01 -05:00