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
Brent O'Connor
47554bec2b
Version bump
2016-11-14 12:29:43 -06:00
Brent O'Connor
c4f7978eef
PEP8 fixes
2016-11-14 12:29:05 -06:00
Brent O'Connor
b2497df2b0
Updated django-categories to work with Django 1.10
2016-11-14 12:28:07 -06:00
Brent O'Connor
96a0fa037f
Version bump
2016-10-21 16:05:21 -05:00
Brent O'Connor
d1bece7eba
Merge pull request #119 from jordan9724/raw_id_link_fix
...
Fixes popup raw_id fields for django versions 8 or greater
2016-10-21 15:59:24 -05:00
Jordan Roth
5ad9a2a5cd
Fixes popup raw_id fields for django versions 8 or greater
2016-10-21 15:56:08 -05:00
Brent O'Connor
ef58cae61e
Version bump
2016-04-19 15:01:09 -05:00
Brent O'Connor
30d1eb5604
Fixed it so display_for_field works with Django 1.8 and 1.9
2016-04-19 14:55:11 -05:00
Brent O'Connor
4c7768fab2
Version bump
2016-03-31 10:53:08 -05:00
Brent O'Connor
f3514b6e22
Added setup.cfg file for creating universal wheel distribution
2016-03-31 10:50:50 -05:00
Brent O'Connor
f6e7b3f2ff
Moved all template settings for the example app into the TEMPLATES Django setting
2016-03-14 19:46:25 -05:00
Brent O'Connor
1124ec2a32
Added coverage to tox
2016-03-05 19:45:54 -06:00
Brent O'Connor
0a1e7db9a6
Added some tests to test the admin
2016-03-05 19:45:14 -06:00
Brent O'Connor
bdb6278559
Removed some RemovedInDjango110Warning warnings
2016-03-05 19:44:33 -06:00
msaelices
840ea77f14
Fixed an exception error that happens when saving a category in the admin
2016-03-05 19:43:30 -06:00
msaelices
410caf8e79
Avoid the "Cannot call get_descendants on unsaved Category instances"
...
ValueError when adding categories in admin interface.
2016-03-05 18:23:05 -06:00
Brent O'Connor
485ff6e6dd
Removed contributors from the README since that information is in CREDITS.md. No sense maintaining it two places.
2016-02-16 10:56:25 -06:00
Brent O'Connor
06e858bb01
Updated the new in 1.4 information
2016-02-16 10:52:23 -06:00
Brent O'Connor
6715302528
Added a makefile for common tasks
2016-02-16 10:49:36 -06:00
Corey Oordt
1cbc7cf370
Release 1.4
2016-02-15 17:25:28 -06:00
Brent O'Connor
b715096e6a
Merge pull request #109 from epicserve/flake8
...
Added flake8 testing
2016-02-15 15:59:22 -06:00
Brent O'Connor
64686cdaa8
Made a bunch of flake8 fixes and also added flake8 testing to Travis and Tox
2016-02-15 15:47:21 -06:00
Brent O'Connor
75b1496d90
Merge pull request #108 from epicserve/py3
...
Py3
2016-02-15 14:31:05 -06:00
Brent O'Connor
78c73d5b01
Added a tox.ini and updated the travis config to work with tox
2016-02-15 14:21:23 -06:00
Brent O'Connor
635d0550d9
Switched to using _meta.get_fields() instead of ._meta.get_all_field_names() for compatibility with Django 1.9
2016-02-15 11:57:36 -06:00
Brent O'Connor
e66df48aab
Updated admin_tree_list_tags so that EMPTY_CHANGELIST_VALUE has a compatible way of working with Django 1.9 and older versions.
2016-02-15 11:56:35 -06:00
Brent O'Connor
0a5a3efac5
Updated urls to work without patterns since patterns is being deprecated
2016-02-15 11:54:25 -06:00
Brent O'Connor
f61e6f6f36
Fixed the max_length setting to use a int instead of a string
2016-02-15 11:53:01 -06:00
Brent O'Connor
dfc277f08a
Updated settings to remove all the TEMPLATE_* settings and put them into the TEMPLATES dict for Django 1.9 compatibility.
2016-02-15 11:52:33 -06:00
Brent O'Connor
6f813fd7a7
Made a fix for backwards compatibility with Python 2
2016-02-15 10:36:51 -06:00
Brent O'Connor
6acea02977
Replaced django.db.models.get_model with django.apps.apps.get_model for future compatibility with Django.
2016-02-15 09:55:28 -06:00
Brent O'Connor
600aaef926
Changed __unicode__ to __str__ on the CategoryBase class for Python 3 compatibility
2016-02-15 09:51:36 -06:00
Brent O'Connor
32144dd779
Fixed a test: file() doesn't work in Python 3, used open() instead.
2016-02-15 09:31:59 -06:00
Brent O'Connor
6e54f1635d
b'' doesn't work under Python 3 in a migration file
2016-02-11 14:53:20 -06:00
Brent O'Connor
1deb79f75b
Switched to importing the correct templatetags that got renamed.
2016-02-11 08:49:58 -06:00
Brent O'Connor
93d97d805b
Switched form using smart_unicode to smart_text and force_unicode to force_text
2016-02-11 08:49:01 -06:00
Brent O'Connor
337cca5813
Switched from using django.db.models.loading.get_model to using django.apps.apps.get_model
2016-02-10 16:28:40 -06:00
Brent O'Connor
02d6b984ca
Upgraded to django-mptt 0.8
2016-02-10 11:58:29 -06:00
Brent O'Connor
87a22098be
Switched form using force_unicode to force_text
2016-02-10 11:58:03 -06:00
Brent O'Connor
c5c459fe42
Ran the 2to3 script 2to3 -w .
2016-02-10 11:47:30 -06:00
Corey Oordt
1c64f4e2eb
Merge pull request #103 from webu/bugfix/circular_import
...
ugettext may cause circular import
2015-10-26 06:39:44 -05:00
Basile LEGAL
188021e568
ugettext may cause circular import
2015-08-19 16:16:33 +02:00
Corey Oordt
b02fa82597
Merge pull request #101 from miceno/bug/testing-1.6
...
Use singleton `registry` to import `register_fk` and `register_m2m`
2015-08-12 12:09:40 -05:00