Commit graph

44 commits

Author SHA1 Message Date
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]
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
Brent O'Connor
c4f7978eef PEP8 fixes 2016-11-14 12:29:05 -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
c5c459fe42 Ran the 2to3 script 2to3 -w . 2016-02-10 11:47:30 -06:00
Brent O'Connor
9822ba8cbb Added the fields property with it set to '__all__' in order to not get the RemovedInDjango18Warning 2015-06-09 15:17:47 -05:00
winniehell
89c7333306 i18n 2013-03-20 06:54:34 -05:00
Corey Oordt
7fa53a7003 Capitalizing the various REGISTRY settings 2012-08-18 13:02:15 -04:00
Corey Oordt
0d254eca63 pep8 cleanup 2012-07-12 19:24:55 -04:00
Martin Matusiak
bb544e3034 stylistic fixes and docs 2012-05-16 21:59:58 +02:00
Martin Matusiak
12859ad902 make it optional to register in admin 2012-05-16 15:41:10 +02:00
Corey Oordt
d194974635 Removed an errant print statement 2012-03-06 15:04:19 -05:00
Corey Oordt
3b0cf8da4c Moved the base classes to a new file to isolate them. 2012-02-15 08:54:33 -05:00
Corey Oordt
c69047d259 Refactored the admin into a base class for subclasses. 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
Corey Oordt
e0365e8382 Fixes issue #26 by limiting the slug to the first 50 characters. 2011-11-03 09:24:39 -04:00
Corey Oordt
ac117419ba Activate and Deactivate of a child no longer (de)activates their parent.
The query set includes the entire hierarchy. So manually get the categories based on the selected items. Then do them and their children
2011-10-13 09:35:02 -04:00
Corey Oordt
a883e69451 Remove the delete action from the available actions. 2011-10-13 09:32:55 -04:00
Corey Oordt
3e8a10ad4e Added an active flag for models 2011-08-22 09:51:11 -04:00
Corey Oordt
4d4793db36 PEP 8 formatting 2011-08-19 10:04:39 -04:00
Corey Oordt
b1ad054759 Forgot to add the alternate_url to the admin. 2011-08-02 13:43:15 -04:00
Corey Oordt
7bdfb32474 Added a setting for the JAVASCRIPT_URL to make placement of the genericcollections.js file easier 2011-08-02 10:54:35 -04:00
Corey Oordt
7e83b12a41 Refactored the registry into a registry of models and fields. This will make it easier for migrations. 2011-08-01 09:08:31 -04:00
Corey Oordt
d90dccda01 Fixed a problem in the new admin creation where it wouldn't properly filter out the category fields by model 2011-05-16 08:57:29 -04:00
Corey Oordt
93cd476c57 Updating settings for Django 1.3 2011-05-12 10:03:11 -04:00
Evan Culver
7119ca87e6 Make admin js relative to MEDIA_URL 2011-05-08 08:07:48 +08:00
Evan Culver
1ac5ae0a09 Add optional thumbnail model field. 2011-05-08 08:07:47 +08:00
Erik Simmler
246c18d4e6 Added logic to skip adding categories that are already defined for a modeladmin 2011-01-17 10:55:16 -05:00
Erik Simmler
44508e0606 ModelAdmin re-register now skips modeladmins without fieldsets already defined
Was causing a "TypeError at /current/url/: unsupported operand type(s) for +: 'NoneType' and 'tuple'"
2011-01-17 10:00:30 -05:00
Corey Oordt
781f9d02d5 Added additional fields to the display_list 2010-12-16 13:28:23 -05:00
Corey Oordt
4fbed625c4 Unstashing the previous changes 2010-12-12 13:15:03 -05:00
Corey Oordt
e1b53aefcb Fixing bug #6 per primski. Adds the correct fields into the admin instead of both. 2010-12-10 06:37:58 -05:00
Justin Quick
502c50d9c8 fix fieldsets assignment, issue 3 2010-09-30 14:24:35 -04:00
Corey Oordt
9e1717f3f7 Added generic relation stuff into categories 2010-04-23 11:37:18 -04:00
Corey Oordt
031c32854c Added metadata to the model for seo stuff 2010-04-22 14:31:38 -04:00
Justin Quick
0ca025d763 attempt at hacking a through table (field errors) 2010-02-02 10:40:51 -05:00
Justin Quick
c4c1b30aee added registry, hacked admin w/ new templates for category editor 2010-01-28 05:15:52 -05:00
Corey Oordt
9c05799714 Finished the debugging and changed the logic 2009-10-22 12:36:49 -04:00
Corey Oordt
58a2280c2b Added an optional setting to allow the slug to be changed 2009-10-22 12:32:28 -04:00
Corey Oordt
01c6cf38c5 Getting the admin interface working 2009-08-27 16:22:09 -04:00
Corey Oordt
fc2ae672e6 Made sure the models and admin looked right and worked with Stories 2009-07-08 09:01:27 -04:00
Corey Oordt
8d48c8c042 Making sure everything is in the repo 2009-07-07 07:06:36 -04:00
Corey Oordt
e39e575ce0 Initial import 2009-07-02 20:23:08 -04:00