Commit graph

290 commits

Author SHA1 Message Date
Corey Oordt
46213f5bf8 Merge branch '1.0.3' 2012-03-28 11:42:38 -04:00
Corey Oordt
ce13a1878f Version bump to 1.0.3 2012-03-28 11:41:52 -04:00
Corey Oordt
5a878c06b6 Fixed another migration 2012-03-28 11:41:39 -04:00
Corey Oordt
3ee569a060 Adding additional migrations to fix potential data corruption when renaming the foreign key 2012-03-28 11:41:17 -04:00
Corey Oordt
43f7ff768d Altering the #10 migration as it caused strange behavior with data. 2012-03-28 11:40:41 -04:00
Corey Oordt
d2f5d4da3f Importing get_model directly from the loading module appears to fix certain edge cases. Version bump to 1.0.2 2012-03-09 08:58:48 -05:00
Corey Oordt
e95420a9dd Merge branch '1.0.2' 2012-03-06 15:07:08 -05:00
Corey Oordt
fe20c70eb2 Updating doc rendering to 1.0.2 2012-03-06 15:06:55 -05:00
Corey Oordt
79afb07ced Version bump to 1.0.2 2012-03-06 15:05:38 -05:00
Corey Oordt
6ce2a49d2e Fixed how the activate/deactivate methods in the admin fetched their models. 2012-03-06 15:05:28 -05:00
Corey Oordt
f3cc72a76b Fix for django 1.4 compatibility 2012-03-06 15:05:03 -05:00
Corey Oordt
d194974635 Removed an errant print statement 2012-03-06 15:04:19 -05:00
Corey Oordt
8642bda7f8 Merge branch '1.0' 2012-02-15 08:57:23 -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
3965ee2fa9 Updating docs to correct and simplify the simple custom categories instructions 2012-02-15 08:56:24 -05:00
Corey Oordt
8abf9840c1 Version bump to 1.0b2 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
Corey Oordt
09175c7ef4 Updated documentation for 1.0b1 2012-02-15 08:56:24 -05:00
Corey Oordt
97c14b19ea Formally fixes #1 by adding the ability to specify a transliteration function. 2012-02-15 08:56:23 -05:00
Corey Oordt
96a3f61928 Allow the setting of a SLUG_TRANSLITERATOR to convert non-ASCII characters to ASCII characters. 2012-02-15 08:56:23 -05:00
Corey Oordt
65ef584cf4 Version bump to 1.0b1 2012-02-15 08:56:23 -05:00
Corey Oordt
88e1a4990e Also fixes #30 by including the editor's media 2012-02-15 08:55:56 -05:00
Corey Oordt
7120668df6 Test of the CategoryBase class subclassed without extras. 2012-02-15 08:54:33 -05:00
Corey Oordt
768291d720 Moved the base models to base.py and did a few PEP8 cleanups 2012-02-15 08:54:33 -05:00
Corey Oordt
7428f87394 This fixes #31
* Uses the incorrect version segment. Although it works in 1.4a1, it is not perfect.
2012-02-15 08:54:33 -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
7f48b70478 Added compatibility with Django 1.4 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
Corey Oordt
3cfc812410 Updated migrations to include a data migration. 2012-02-15 08:54:33 -05:00
Corey Oordt
fdf968fb6e Extracted a base class for categories to allow other apps to make their own independent category-style models.
* Updated for django-mptt 0.5.2
* Fixed typo in the CategoryRelation field in that the foreign key is called 'story'
* Made the order field non-null and default to 0
* Changed the parent foreign key a TreeForeignKey (for 0.5.2)
* Changed requirements to mptt>=0.5.2
* Added a migration for model changes.
2012-02-15 08:54:33 -05:00
Corey Oordt
84f84e10c8 Updated the default view caching to 600, which is the django default instead of forcing the views to NEVER cache at all. 2012-02-15 08:54:32 -05:00
Jose Soares
f6c06a2bf6 Addresses issue #27; updated musicgenres.json 2012-02-06 15:44:32 -05:00
Jose Soares
9127340734 Merge branch '0.8.9' 2012-02-06 13:24:33 -05:00
Jose Soares
2ea3d2337e Fixes issue #30; includes static directory when packaged 2012-02-06 13:23:51 -05:00
Jose Soares
9cc23f59b4 Updated the docs 2012-01-11 15:42:17 -05:00
Jose Soares
2829cbe10e Merge branch '0.8.8' 2012-01-11 15:25:25 -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
d811f6677c Merge branch '0.8.7' 2012-01-04 23:55:19 -05:00
Corey Oordt
f6502f45a3 Version bump to 0.8.7 2012-01-04 23:54:21 -05:00
Corey Oordt
416898d2a5 Changed behavior of (de)activating an item within the change form:
Instead of changing all descendants' active status to the current item's, it will only change the descendants' active status if the item is False.

As it makes sense to have an item active, but its children inactive, it doesn't make sense that an item is inactive, but its descendants are active.

This doesn't change the activate/deactivate admin actions. They will always  affect an item and its descendants.
2012-01-04 23:53:50 -05:00
Corey Oordt
11481dbdcf Merge branch '0.8.6' 2012-01-03 09:18:10 -05:00
Corey Oordt
06713d7803 Bumped the version number to 0.8.6 and altered the get_version a bit. 2012-01-03 09:18:10 -05:00
Corey Oordt
7a9ee6785b Fixes #13 : Documented installation and re-rendered the docs. 2012-01-03 09:18:10 -05:00
Corey Oordt
690111e1ba Added a django/jQuery stub for previous versions of Django. 2012-01-03 09:18:10 -05:00
Corey Oordt
6f6241c264 Altered the field type of the alternate url field from URL to Char. This allows relative urls, instead of full urls.
Added a migration in case the database complains. Really doesn't do anything on that level
2012-01-03 09:18:10 -05:00
Corey Oordt
38255bafbd Added David Charbonnier to the credits 2012-01-03 09:18:10 -05:00
Corey Oordt
a9d207cbb8 Merge pull request #29 from oxys-net/798d20da3d4fa922358b1dfd632a63f5a95aa213
missing imports on views.py
2012-01-03 05:50:40 -08:00
David Charbonnier
798d20da3d fix missing imports 2011-12-20 08:09:18 +01:00
Corey Oordt
7fb092f931 Merge branch '0.8.5' 2011-11-03 09:26:37 -04:00
Corey Oordt
40f4d19b82 Version Bump to 0.8.5 2011-11-03 09:25:29 -04:00