Commit graph

53 commits

Author SHA1 Message Date
pre-commit-ci[bot]
91d9a8bbd7 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-04-17 12:18:12 +02:00
Petr Dlouhý
82cef8fe7c remove code for obsolete Django versions, remove support for Django 2.0 2024-01-23 16:52:12 +01:00
pre-commit-ci[bot]
4f1b9eb0e0 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-09-21 09:44:15 +00:00
Petr Dlouhý
bd3e807ac6 fixes for Django 4.0 2022-02-24 14:56:17 +01:00
Corey Oordt
076debb44d Adds doc strings for lots of functions. 2021-12-22 12:03:21 -06:00
pre-commit-ci[bot]
1d7654e5e1 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2021-12-11 13:29:35 +00:00
pre-commit-ci[bot]
5961d6b80f [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2021-12-05 14:34:46 +00:00
Petr Dlouhý
654dddce81 fixes to Django 3.0 2020-02-02 09:15:22 +01:00
Gagandeep Singh
6aacff3f4c Fix for TOXENV=py27-lint 2018-11-28 00:31:46 +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
366ff74619 Made updates to get everything working with Django 2 2017-12-26 11:27:42 -06:00
Hodossy Szabolcs
829d1cc522 Removing every occurrence of Requestcontext and Context 2017-09-26 07:47:28 +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
Brent O'Connor
fb0174c0a8 Fixed a unicode error that happens with Python 2.7 2017-03-29 14:32:47 -05: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
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