Commit graph

658 commits

Author SHA1 Message Date
Corey Oordt
4d3fdb0ba9 Version bump to 0.7.1 2011-08-03 14:23:52 -04:00
Corey Oordt
3b6d469b89 Due to settings, the migration for the category relations table never would be created. This fixes it 2011-08-03 14:23:30 -04:00
Corey Oordt
90fb0f887b Merge branch '0.7' 2011-08-02 13:47:26 -04:00
Corey Oordt
fa6e2f1153 Final version: 0.7 2011-08-02 13:46:39 -04:00
Corey Oordt
66e67a07f4 Updated and rendered docs. 2011-08-02 13:46:21 -04:00
Corey Oordt
b1ad054759 Forgot to add the alternate_url to the admin. 2011-08-02 13:43:15 -04:00
Corey Oordt
6aae69b015 Altered the inline template to display the content_object instead of the __unicode__ of the middle table. 2011-08-02 11:25:57 -04:00
Corey Oordt
66b0f5bda1 Fixed a typo in the docs. 2011-08-02 10:55:22 -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
e922506fd9 Added compatibility with Django 1.1 by adding missing methods for editor and bumped version to 0.7beta2 2011-08-02 07:08:27 -04:00
Corey Oordt
e8154f0abd Ooops, found a bug in the javascript. 2011-08-02 06:19:27 -04:00
Corey Oordt
ed4db03c7d Updating the documentation. 2011-08-01 09:48:50 -04:00
Corey Oordt
d48be41dd3 [Fixes issue #23] Changes the way the tree shows items when searched. Doesn't hide them in the template. 2011-08-01 09:15:55 -04:00
Corey Oordt
d3cbb62b5d Added a get_latest_objects_by_category template tag. Might be useful. 2011-08-01 09:14:18 -04:00
Corey Oordt
e257bd6db8 Ignoring the example/media/ directory 2011-08-01 09:13:30 -04:00
Corey Oordt
fdc025d812 Added the ability to add the appropriate fields to a table if configured after an initial syncdb. 2011-08-01 09:12:39 -04:00
Corey Oordt
cedd54e85d Added an alternate url field to the model. 2011-08-01 09:09:34 -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
28bb8e53fd Bumping the version to 0.7beta1 2011-08-01 09:06:59 -04:00
Corey Oordt
7beb29af80 Updated the gitignore for venv file 2011-08-01 09:05:07 -04:00
Corey Oordt
89e3307117 Deleted old migration scripts since they were migrated to south 2011-07-28 12:49:45 -04:00
Corey Oordt
b82921a57f Merge branch '0.6' 2011-05-18 07:28:04 -04:00
Corey Oordt
768191968a Final doc rendering 2011-05-18 07:27:38 -04:00
Corey Oordt
6f26261c50 Version bump to 0.6 2011-05-18 07:26:54 -04:00
Corey Oordt
441dbcde74 Updated docs. 2011-05-16 08:58:37 -04:00
Corey Oordt
fa2b680c14 Enabled new registry in the example app for testing. 2011-05-16 08:58:05 -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
97c45e702f The registry default settings needs to be an empty dict, not list. 2011-05-16 08:56:27 -04:00
Corey Oordt
4e8f490714 Enable registering of models in settings. 2011-05-16 08:56:01 -04:00
Corey Oordt
7474cb0e51 Updated README 2011-05-15 15:39:42 -04:00
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