Commit graph

231 commits

Author SHA1 Message Date
Corey Oordt
c676fc1c8d Updated docs adding usage in templates and rendered 2011-09-04 19:57:58 -04:00
Corey Oordt
fdbb08431e Version bump to 0.8.2 2011-09-04 19:56:22 -04:00
Corey Oordt
e4f3e93848 Fix Issue #25 : The override of __getitem__ was causing issues with analysis of query sets, 2011-09-04 19:56:02 -04:00
Corey Oordt
9def84b35b Merge branch '0.8.1' 2011-08-29 06:39:39 -04:00
Corey Oordt
801d269c41 Bumped version to 0.8.1 2011-08-29 06:39:27 -04:00
Corey Oordt
2a0b4768a3 Fixes a bug trying to set active on decendants before object is saved. 2011-08-29 06:39:00 -04:00
Corey Oordt
1e049b9205 Merge branch '0.8' 2011-08-22 09:55:12 -04:00
Corey Oordt
a937dfdcf1 Re-rendered the docs to reflect 0.8 2011-08-22 09:54:45 -04:00
Corey Oordt
bcd38da766 Version bump. 2011-08-22 09:54:28 -04:00
Corey Oordt
4450a91477 Added to the README 2011-08-22 09:52:11 -04:00
Corey Oordt
3fe50040c3 Improved Category import. 2011-08-22 09:51:53 -04:00
Corey Oordt
3e8a10ad4e Added an active flag for models 2011-08-22 09:51:11 -04:00
Corey Oordt
bc7fa900a2 Merge branch '0.7.2' 2011-08-19 10:57:09 -04:00
Corey Oordt
6f3a925ed5 Pruning the example project 2011-08-19 10:56:58 -04:00
Corey Oordt
8d0b5f942b Version bump to 0.7.2 2011-08-19 10:19:14 -04:00
Corey Oordt
7cb74829ea Added a check in migrate_app to see if the app is a string or not. 2011-08-19 10:13:18 -04:00
Corey Oordt
309accf3e0 Updated the get_version function to be PEP 386 compliant and version bump to 0.7.2b1 2011-08-19 10:05:25 -04:00
Corey Oordt
4d4793db36 PEP 8 formatting 2011-08-19 10:04:39 -04:00
Corey Oordt
e7fad278d1 Refactored the editor to become Django 1.1.1 compatible and some PEP8 formatting. 2011-08-19 10:04:18 -04:00
Corey Oordt
5a74525446 Ensure that the slug is always within the 50 characters it needs to be. 2011-08-18 10:31:52 -04:00
Corey Oordt
4107cdd125 Changed the DatabaseError import to be more compatible 2011-08-18 10:31:22 -04:00
Corey Oordt
1cb208c9ac Updated the readme 2011-08-03 14:55:50 -04:00
Corey Oordt
abc9849883 Merge branch '0.7.1' 2011-08-03 14:24:05 -04:00
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