Commit graph

178 commits

Author SHA1 Message Date
Corey Oordt
70e758ea2e [FIXED Issue #17] Refactored how the HTML is rendered, removing the checkbox from the <a> tag and pulling the parent checkbox from the row class. 2011-05-15 15:16:35 -04:00
Corey Oordt
141f753a95 Putting registry outside of the try block 2011-05-13 08:16:18 -04:00
Corey Oordt
7639d95721 Version bump to 0.6beta4 2011-05-12 10:03:25 -04:00
Corey Oordt
93cd476c57 Updating settings for Django 1.3 2011-05-12 10:03:11 -04:00
Corey Oordt
7d295843aa Fixed the deprecated settings int he example app 2011-05-12 07:17:57 -04:00
Corey Oordt
1ad18ecb5c Updated some of the setup info. 2011-05-12 06:58:46 -04:00
Corey Oordt
3d91ff1faf Version bump to 0.6beta3 2011-05-12 06:57:07 -04:00
Corey Oordt
64dd94aa43 Ah, the wonders of copying and pasting. Fixed some errors resulting from it. 2011-05-12 06:55:08 -04:00
Corey Oordt
d64ad65a7c Version bump to 0.6beta2 2011-05-12 06:47:11 -04:00
Corey Oordt
05a55fea7d Added a Deprecation warning for CATEGORIES_RELATION_MODELS 2011-05-12 06:46:21 -04:00
Corey Oordt
32b5451c15 Clean up per pylint. 2011-05-12 06:45:36 -04:00
Corey Oordt
efe3cdd06b Refactored the thumbnail from imagefield to filefield.
Why? ImageField causes hits to storage to fill out certain fields. Added a storage class and width/height fields so it is possible to scale the thumbnails and store them somewhere besides the filesystem.
2011-05-11 09:01:33 -04:00
Corey Oordt
8e843fbcd1 Adding South migrations 2011-05-11 08:58:39 -04:00
Corey Oordt
081d2ab0b8 Some Docs 2011-05-11 07:10:01 -04:00
Corey Oordt
4081fe8204 Allow for using django-cbv in Django 1.2.x 2011-05-11 07:09:46 -04:00
Corey Oordt
4ce5a9e297 Slight refactor of the default settings to clean it up. 2011-05-11 07:09:19 -04:00
Corey Oordt
0fa7402f1d Added some specialized functions for relations 2011-05-11 07:08:06 -04:00
Corey Oordt
8d466591d5 Filled out all contributors 2011-05-07 20:39:34 -04:00
Corey Oordt
9528f971c9 Fixing stashing conflict 2011-05-07 20:33:00 -04:00
Erik Simmler
76d7461e43 Added a class based view for the detail page of a model related to a category. 2011-05-08 08:09:07 +08:00
Erik Simmler
c89c954001 Added a view that list items of specific model that are related to the current category. 2011-05-08 08:08:56 +08:00
Erik Simmler
0b201156e0 Moved path to category code into its own function to make reuse easier. 2011-05-08 08:08:45 +08:00
Erik Simmler
1070cb7dae Added a class based CategoryDetailView that should be functionally identical to the original function based view. 2011-05-08 08:08:31 +08:00
Martin Ogden
29ab0943c5 Remove 'to' from kwargs in CategoryM2MField and CategoryFKField. 'to' is already specified, and causes errors when running unit tests 2011-05-08 08:08:17 +08:00
Ramiro Morales
1100ad3c50 Fixed small errors in templatetags documentation and docstrings. 2011-05-08 08:08:02 +08: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
Andrzej Herok
cda1d0fd5e Fixed wrong var name in import_categories command 2011-05-08 08:07:28 +08:00
Corey Oordt
3542b019c5 Bumped the version for this branch 2011-03-26 14:56:17 -04:00
Corey Oordt
8e0e49a281 Fixed the homepage in the setup.py 2011-03-26 14:53:57 -04:00
Erik Simmler
858a356e42 Make the initial state of the editor tree an app setting with collapsed as the default. 2011-03-26 09:21:30 -04:00
Corey Oordt
e8b7aeca8f Real change I needed to make: return, not pass! 2011-02-14 11:26:55 -05:00
Corey Oordt
47ddf73b71 Removed the raising of an exception when it finds a model that is already registered. and bumped the version to 0.5.2 2011-02-14 11:23:31 -05:00
Corey Oordt
6023cc2a3c Merge branch 'testfix' 2011-02-14 11:19:48 -05:00
Corey Oordt
f142f1a77c Bumped version number to 0.5.1 2011-02-14 11:19:41 -05:00
Corey Oordt
efc4b9339a Updated the test to test a new template tag, not the old one. 2011-02-14 11:17:41 -05:00
Corey Oordt
89646a6cee The test for importing checks the first child. With two children either could be 1st, so remove one. 2011-02-14 11:16:13 -05:00
Corey Oordt
2bfe753428 Need to delete all the objects before each test because the import checks its work. 2011-02-14 11:15:21 -05:00
Corey Oordt
31f1bfef8d Checking for raising the correct exception and moved the strings used in the test to a list of strings 2011-02-14 11:14:50 -05:00
Corey Oordt
6aad1c44cc Changed the import to import from category_import 2011-02-14 11:13:34 -05:00
Corey Oordt
74d9910a4c Got rid of the debugging print statements 2011-02-14 11:13:04 -05:00
Corey Oordt
9ba03da346 Merge branch 'ui-refactor' 2011-01-20 07:21:37 -05:00
Corey Oordt
57081cdd6f Bumped the version to 0.5 2011-01-20 07:19:42 -05:00
Corey Oordt
93086cf1ec Added contributors to the readme for proper recognition. 2011-01-20 07:19:05 -05:00
Erik Simmler
4632d436fd STATIC_URL seems to be returning as None even when not defined 2011-01-19 17:49:53 -05:00
Erik Simmler
e5deb3f41f Renamed 'media' directories to 'static' to work with the django 1.3 staticfiles app 2011-01-19 17:47:59 -05:00
Erik Simmler
8f8bc6eb96 removed duplicate slash from EDITOR_MEDIA_PATH setting 2011-01-17 11:09:16 -05: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
b2dec5416f Updated the documentation! 2010-12-18 14:49:45 -05:00