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
Corey Oordt
dd23a2dba7
[-] Updated test settings to test generic relations
2017-10-12 22:50:37 -05:00
Corey Oordt
9c5ccb8c54
[-] Get management commands compatible with Django 1.10+
2017-10-12 22:49:47 -05:00
Corey Oordt
408e69d010
[-] Add migrations for simpletext example app
2017-10-12 22:49:12 -05:00
Corey Oordt
9a71474b15
[-] Remove old django-cbv reference and adds better error checking in views
2017-10-12 22:48:51 -05:00
Corey Oordt
5dda5348c0
[-] Retrieve content types lazily in Generic Relations admin
2017-10-12 22:47:58 -05:00
Corey Oordt
7fa98fd58f
[-] Check for a valid session id before trying to save or rollback a transaction
2017-10-12 22:47:22 -05:00
Corey Oordt
63bb31df40
[-] Added additional test coverage for management commands and views
2017-10-12 22:46:33 -05:00
Corey Oordt
ec4664c2a3
[-] Updated tox and travis configurations to check py2.7 and 3.6 and django 1.8-1.11
2017-10-12 22:45:49 -05:00
Corey Oordt
1df724f48d
[-] Remove south migrations
2017-10-12 22:44:21 -05:00
Corey Oordt
22c5630af2
[-] Set decendent_ids to empty list if not saved
2017-10-12 22:42:50 -05:00
Corey Oordt
fc6a73d8e5
Merge pull request #135 from hodossy/master
...
Django 1.11 compatibility
2017-10-12 19:45:01 -05:00
Hodossy Szabolcs
254a05d2d4
This should have stayed
2017-09-26 08:18:36 +02:00
Hodossy Szabolcs
829d1cc522
Removing every occurrence of Requestcontext and Context
2017-09-26 07:47:28 +02:00
Hodossy Szabolcs
af26da6106
Django 1.11 compatibility
2017-09-25 14:15:00 +02:00
Egor
926d85a04e
Fix changlist TypeError. Return RequestContext as dict on changelist_view. Based on changes in Django 1.11 ( https://docs.djangoproject.com/en/1.11/releases/1.11/#django-template-backends-django-template-render-prohibits-non-dict-context )
2017-05-15 13:46:34 -05:00
Egor
3c9cb2dec9
Support Django 1.11 testing environment.
2017-05-15 13:46:34 -05:00
Brent O'Connor
e21c304de1
Version bump
2017-03-31 08:41:35 -05:00
Brent O'Connor
53b92f3f0f
Fixed a ValueError that happened when trying to save a Category that has a thumbnail
2017-03-29 20:43:55 -05:00
Brent O'Connor
5b230ef4f5
Version bump
2017-03-29 16:53:44 -05:00
Brent O'Connor
fb0174c0a8
Fixed a unicode error that happens with Python 2.7
2017-03-29 14:32:47 -05:00
Brent O'Connor
d71d057a18
Version bump
2017-02-17 11:34:44 -06:00
Brent O'Connor
d5bec42a09
Added a missing migration
2017-02-17 11:24:48 -06:00
Corey Oordt
97165a26ad
Merge branch 'drye-master'
2016-12-08 18:36:55 -06:00
Primož Verdnik
121326d3b8
Just to be safe - pin it down
2016-12-08 18:36:42 -06:00
Dheeraj Sayala
e1d5ed006f
Close table tag in templatetag result
...
In items_for_tree_result, there's a format_html call which builds HTML via string interpolation. It missed back slash in the closing tag. This commit adds that.
2016-11-19 15:13:44 -06:00
Sobolev Nikita
9d219eb7c7
Updated README.rst with svg badge
2016-11-17 10:10:48 -06:00
Brent O'Connor
04739dfda9
Updated the Travis config to test for Django 1.10
2016-11-14 12:34:14 -06:00