Brent O'Connor
|
c4f7978eef
|
PEP8 fixes
|
2016-11-14 12:29:05 -06: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
|
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
|
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 |
|
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
|
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
|
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
|
c5c459fe42
|
Ran the 2to3 script 2to3 -w .
|
2016-02-10 11:47:30 -06:00 |
|
Corey Oordt
|
dd60aebf28
|
Fixes a conflict with treebeard. They stole the name admin_tree_list
|
2015-06-09 15:20:09 -05:00 |
|
Jose Soares
|
4f51f96d5c
|
[-] Fixed some tree editor and generic collection issues
|
2015-06-09 15:17:48 -05:00 |
|
Brent O'Connor
|
58abcc7401
|
Renamed get_query_set to get_queryset to get Django categories to work in Django 1.7. I'm not sure of a good way to make this work in Django 1.6.
|
2015-06-09 15:17:47 -05:00 |
|
Mirza Delic
|
f02e06ea99
|
bootstrap class on table (important for django-suit)
|
2013-10-20 21:33:59 +02:00 |
|
Eugene
|
1d01494ff5
|
Load I18N templatetags
|
2013-03-21 02:24:53 +08:00 |
|
Corey Oordt
|
7232937014
|
Updating the admin template to support the latest django admin code
|
2013-03-20 06:54:34 -05:00 |
|
winniehell
|
591680a24e
|
german translation
|
2013-03-20 06:54:34 -05:00 |
|
Corey Oordt
|
4698f32fc0
|
Merge pull request #65 from yohanboniface/1.5
1.5 compat: remove adminmedia templatetag calls
|
2013-03-19 06:18:38 -07:00 |
|
Brent O'Connor
|
69565161ff
|
Made it so django-categories works with Django 1.5 and Grappelli 2.4.4
|
2013-03-18 12:01:10 -07:00 |
|
Yohan Boniface
|
1d7463db2a
|
1.5 compat: remove adminmedia templatetag calls
See https://docs.djangoproject.com/en/1.5/releases/1.5/#miscellaneous
|
2013-03-01 00:35:33 +01:00 |
|
Brent O'Connor
|
8a621e9d14
|
Simplified the assignment of the IS_GRAPPELLI_INSTALLED variable
|
2012-08-27 16:56:12 -07:00 |
|
Brent O'Connor
|
ff6043d2b3
|
Updated the code so it will work with or without Grappelli installed
|
2012-08-27 09:45:26 -07:00 |
|
Brent O'Connor
|
85fb2083bb
|
Made updates so django-categories works with django-grappelli
|
2012-08-24 13:57:48 -07:00 |
|
Corey Oordt
|
d33d9f9c55
|
Fixed a bug in the compatibility layer
|
2012-08-08 11:21:28 -04:00 |
|
Corey Oordt
|
86d9b376e1
|
Fixed some Django 1.4 cosmetic issues
|
2012-07-12 19:26:45 -04:00 |
|
Corey Oordt
|
0d254eca63
|
pep8 cleanup
|
2012-07-12 19:24:55 -04:00 |
|
Brad Jasper
|
60907deaf7
|
Added queryset parameter to ChangeList.get_ordering()
|
2012-03-28 14:37:34 -04:00 |
|
Corey Oordt
|
f3cc72a76b
|
Fix for django 1.4 compatibility
|
2012-03-06 15:05:03 -05:00 |
|
Corey Oordt
|
5487447260
|
Removed the __init__ method for the treechange list. Don't need it and it varies too much by django version. Version bump to 1.0final
|
2012-02-15 08:56:24 -05:00 |
|
Corey Oordt
|
6d44ee2d62
|
The admin prior to 1.4 requires a different result from get_ordering
|
2012-02-15 08:56:24 -05:00 |
|
Corey Oordt
|
7428f87394
|
This fixes #31
* Uses the incorrect version segment. Although it works in 1.4a1, it is not perfect.
|
2012-02-15 08:54:33 -05:00 |
|
Corey Oordt
|
7f48b70478
|
Added compatibility with Django 1.4
|
2012-02-15 08:54:33 -05:00 |
|
Jose Soares
|
07f698c638
|
Moved the editor app so its inside the categories app
|
2012-01-11 15:22:29 -05:00 |
|