Corey Oordt
0f2f24d2ce
Added customization of admin fieldsets
2013-03-20 06:54:34 -05:00
Corey Oordt
4698f32fc0
Merge pull request #65 from yohanboniface/1.5
...
1.5 compat: remove adminmedia templatetag calls
2013-03-19 06:18:38 -07:00
Brent O'Connor
69565161ff
Made it so django-categories works with Django 1.5 and Grappelli 2.4.4
2013-03-18 12:01:10 -07:00
Yohan Boniface
1d7463db2a
1.5 compat: remove adminmedia templatetag calls
...
See https://docs.djangoproject.com/en/1.5/releases/1.5/#miscellaneous
2013-03-01 00:35:33 +01:00
Glen
fb6fb4e6f5
Update categories/templatetags/category_tags.py
...
Added NoneType check to display_drilldown_as_ul on line 188 to fix NoneType error.
2013-02-24 23:16:53 -08:00
Glen
59c3e27134
Update categories/templatetags/category_tags.py
...
Added str() to line 49 to fix an error where .strip("'\"") in get_category is getting called on a non-string category_string.
2013-02-24 14:05:07 -08:00
Brent O'Connor
f55f131655
Fixed an exception error
...
Fixed an exception error that occurs when an empty form is submitted for apps that are created using categories.base.CategoryBase.
2012-10-10 10:23:17 -07:00
Corey Oordt
96748afeb4
Version bump to 1.1.4
2012-08-28 19:41:58 -05:00
Corey Oordt
fbc21bcc39
Merge pull request #50 from epicserve/grappelli
...
Made updates so django-categories works with django-grappelli
2012-08-28 17:38:59 -07:00
Corey Oordt
123459eec1
To satisfy a very demanding and owly jsoa, I removed an unused variable. :P
2012-08-28 08:16:00 -05:00
Corey Oordt
0d167164a1
Updating the signal registration to check for south first and fail silently
2012-08-28 08:00:29 -05:00
Corey Oordt
2b4512beae
Version bump to 1.1.3
2012-08-28 06:57:38 -05:00
Corey Oordt
c522ae6d96
Moved the registration of the signal to models.py where it will get executed
2012-08-28 06:57:22 -05:00
Corey Oordt
e41623b4ad
Refactored the migration script to use the syncdb signal. The post_migrate signal only fires for south-managed apps, so it isn't as useful.
2012-08-28 06:56:55 -05:00
Brent O'Connor
8a621e9d14
Simplified the assignment of the IS_GRAPPELLI_INSTALLED variable
2012-08-27 16:56:12 -07:00
Brent O'Connor
ff6043d2b3
Updated the code so it will work with or without Grappelli installed
2012-08-27 09:45:26 -07:00
Brent O'Connor
85fb2083bb
Made updates so django-categories works with django-grappelli
2012-08-24 13:57:48 -07:00
Corey Oordt
18ab6a49a1
Version bump to 1.1.2
2012-08-18 13:07:04 -04:00
Corey Oordt
0467d30434
Can't use the m2m tests because it conflicts with the fk tests.
2012-08-18 13:06:46 -04:00
Corey Oordt
8be19c893a
Placing some south imports into try blocks.
2012-08-18 13:04:58 -04:00
Corey Oordt
7fa53a7003
Capitalizing the various REGISTRY settings
2012-08-18 13:02:15 -04:00
Corey Oordt
d63828ebf6
Refactored the registration of fields from __init__ to a new module.
...
It also makes it easier to test.
2012-08-18 12:53:37 -04:00
Corey Oordt
e0212bb030
Version bump to 1.1.1 final!
2012-08-08 13:43:15 -04:00
Corey Oordt
7d3485309d
Version bump to 1.1.1
2012-08-08 11:21:29 -04:00
Corey Oordt
d33d9f9c55
Fixed a bug in the compatibility layer
2012-08-08 11:21:28 -04:00
Jose Soares
8f202fa9e3
Minor tweak to tempatetag tests
2012-07-14 12:59:58 -04:00
Corey Oordt
e588f33c99
Updated read me and version bump to 1.1
2012-07-12 19:31:47 -04:00
Corey Oordt
3a71754a6a
Template tags now work with any derivative of CategoryBase. Recognizes the "using" param to specify the model to use.
2012-07-12 19:28:11 -04:00
Corey Oordt
86d9b376e1
Fixed some Django 1.4 cosmetic issues
2012-07-12 19:26:45 -04:00
Corey Oordt
0d254eca63
pep8 cleanup
2012-07-12 19:24:55 -04:00
Corey Oordt
fa470df0a7
Update to template tags to include ways to retrieve an object from a model other than Category.
2012-07-11 07:05:47 -04:00
Corey Oordt
867327e41f
Merge pull request #36 from nephila/master
...
Document an upgrade path from 1.0.2 to 1.0.3 (issue #35 )
2012-06-06 10:24:21 -07:00
Jose Soares
895a503eda
Updated CREDITS, docs and bumped version to 1.0.5
2012-06-04 08:46:22 -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
Martin Matusiak
97df7427a9
use ugettext_lazy
2012-05-11 14:07:01 +02:00
Jose Soares
b49c8d1814
Bunped version to 1.0.4 final
2012-05-03 11:07:55 -04:00
Corey Oordt
3074728ac3
Version bump to 1.0.4b2
2012-04-27 17:10:07 -04:00
Corey Oordt
d1edc78d74
Fixes issue #40 Checks for instance of CategoryBase instead of Category.
...
There are still some template tags that won't work with subclasses. Need a better solution for those tags.
2012-04-27 17:09:51 -04:00
Iacopo Spalletti
8e1ee59722
Documented the upgrade path from 1.0.2 and 1.0.3 plus a small migration to keep things in sync
2012-03-30 13:41:49 +02:00
Corey Oordt
b4a2dbef75
Added Brad Jasper to the credits and updated Jonathan's github account.
2012-03-30 07:06:18 -04:00
Brad Jasper
60907deaf7
Added queryset parameter to ChangeList.get_ordering()
2012-03-28 14:37:34 -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
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
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
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
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
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
2ea3d2337e
Fixes issue #30 ; includes static directory when packaged
2012-02-06 13:23:51 -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
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
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
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
David Charbonnier
798d20da3d
fix missing imports
2011-12-20 08:09:18 +01:00
Corey Oordt
40f4d19b82
Version Bump to 0.8.5
2011-11-03 09:25:29 -04: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
c0359454ec
Bumped version to 0.8.4
2011-10-14 13:50:24 -04:00
Corey Oordt
586fefed79
Added a version check to support Django 1.1 in a core Django function
2011-10-14 13:50:11 -04:00
Corey Oordt
432fccae12
Version bump to 0.8.3
2011-10-13 09:35:13 -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
fdbb08431e
Version bump to 0.8.2
2011-09-04 19:56:22 -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
bcd38da766
Version bump.
2011-08-22 09:54:28 -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
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
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
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
fa6e2f1153
Final version: 0.7
2011-08-02 13:46: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
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
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
d3cbb62b5d
Added a get_latest_objects_by_category template tag. Might be useful.
2011-08-01 09:14:18 -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
89e3307117
Deleted old migration scripts since they were migrated to south
2011-07-28 12:49:45 -04:00
Corey Oordt
6f26261c50
Version bump to 0.6
2011-05-18 07:26:54 -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
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
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
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
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
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
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
57081cdd6f
Bumped the version to 0.5
2011-01-20 07:19:42 -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
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
afe9d204c8
Updated the docstrings of the template tags and added breadcrumbs
2010-12-18 14:49:22 -05:00
Corey Oordt
7058ccd35a
Got rid of the with_stories keyword for the category detail view.
2010-12-18 14:47:52 -05:00
Corey Oordt
91227edccf
Refactored the templates to extend a categories/base.html
2010-12-18 14:46:37 -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
3abddf2db2
Bumped the version
2010-12-10 06:55:07 -05:00
Corey Oordt
a240fef950
Added a Meta class for proper plural naming
2010-12-10 06:53:50 -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
Josh Ourisman
1b8511a244
upped version to 0.4.7
2010-10-23 20:34:13 -04:00
Josh Ourisman
04da4c0bdd
modified Category model to work with django-mptt 0.4
2010-10-23 20:31:17 -04:00
Corey Oordt
754abe98cb
Bumped versino to 0.4.6
2010-10-07 07:06:45 -04:00
Justin Quick
502c50d9c8
fix fieldsets assignment, issue 3
2010-09-30 14:24:35 -04:00
Justin Quick
027569f691
category string, fixes issue 2
2010-09-17 15:21:47 -04:00
Justin Quick
09b1cda4b5
checks for parent if given enough path bits, version bump
2010-06-16 11:06:15 -04:00
Corey Oordt
dfc30820fe
Bumped version
2010-05-28 09:36:30 -04:00
Corey Oordt
67a272b09b
Require a trailing slash at the end of urls
2010-05-28 09:32:40 -04:00
Justin Quick
ab6b48c9d9
safe mptt registration
2010-04-29 11:28:59 -04:00
Justin Quick
10177e3d2e
added extra context to view func
2010-04-29 11:07:05 -04:00
Corey Oordt
920c0e2e98
Updated the version number
2010-04-28 13:07:51 -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
Corey Oordt
0b27adc2a5
Changed the requirements from mptt in our repository to mptt-2 in pypi
2010-04-15 14:51:18 -04:00
Corey Oordt
50bf7e1896
Changed the requirements to have mptt just greater than 0.2
2010-04-08 06:48:13 -04:00
Corey Oordt
8a5c137eb6
Fixed a typo in the setup.py and wrapped the other django import in __init__.py so you could call get_version without having django installed. Also increased the version number to 0.2.1
2010-04-06 07:53:37 -04:00
Corey Oordt
b0468cc8e4
Added a caching setting to vary the amount of time the view is cached
2010-04-05 13:09:02 -04:00
Corey Oordt
4700b268eb
Modified the setup.py to get the latest version from the code and the long_description fro the README.txt file
2010-04-05 13:08:20 -04:00
Corey Oordt
f6db9f2006
Merge branch 'master' of http://opensource.washingtontimes.com/git/public/django-categories
2010-04-05 13:02:59 -04:00
Justin Quick
30ad968c39
tiered template heirarchy
2010-02-26 13:37:18 -05:00
Justin Quick
06d335238a
added missing templates for category traversal
2010-02-26 08:35:05 -05:00
Corey Oordt
7dfb2da267
Removed the special many2many models. The user interface was just too odd to implement.
2010-02-12 12:13:12 -05:00
Corey Oordt
69ef59d178
Removed some tabs...
2010-02-12 12:09:58 -05:00
Justin Quick
0ca025d763
attempt at hacking a through table (field errors)
2010-02-02 10:40:51 -05:00
Corey Oordt
487a0a4f23
Altered the registration naming so more than one field could be registered for a model
2010-02-01 10:28:31 -05:00
Justin Quick
c6f269985e
added registry, hacked admin w/ new templates for category editor
2010-01-28 05:17:01 -05:00
Justin Quick
c4c1b30aee
added registry, hacked admin w/ new templates for category editor
2010-01-28 05:15:52 -05:00
Jose Soares
ff92ac9771
Added ability to register fields to models
2010-01-27 10:48:09 -05:00
Corey Oordt
7a0d43732a
Merge branch 'master' of http://opensource.washingtontimes.com/git/public/django-categories
2009-10-22 12:36:57 -04: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
2f3b1dacbf
Removed the permalink decorator to make the absoluteurl work
2009-10-13 05:06:37 -04:00
Corey Oordt
e1da454bee
Fixed the get_absolute_url for the Categories model and fixed up the view as well
2009-10-06 09:28:16 -04:00
Corey Oordt
3ea529c71b
Merge branch 'master' of http://opensource.washingtontimes.com/git/public/django-categories
2009-10-06 08:10:32 -04:00
Corey Oordt
598a418a0f
Added a description field
2009-10-06 08:09:04 -04:00
Jose Soares
e69cfe9627
Added a new templatetag to retrieve the top level categories
2009-10-05 15:07:11 -04:00
Corey Oordt
176edd7736
Removed a strange typo
2009-10-02 11:50:25 -04:00
Jonathan Hensley
16ad8057e3
cats
2009-10-01 15:52:30 -04:00
Jonathan Hensley
c3b26df0da
added views
2009-10-01 15:51:13 -04:00
Corey Oordt
8830d92f8e
Added a template for the template tags
2009-09-30 10:52:47 -04:00
Corey Oordt
084e4089e0
Added a demo file of music genres
2009-09-30 10:52:07 -04:00
Corey Oordt
f30b8362c6
Added tests for templatetags
2009-09-30 10:51:28 -04:00
Corey Oordt
a8a91de6fa
Tweaked the description and example of the template tag
2009-08-28 09:45:04 -04:00
Corey Oordt
7ca8f904ab
Removed some unneeded media files
2009-08-28 09:44:19 -04:00
Corey Oordt
01c6cf38c5
Getting the admin interface working
2009-08-27 16:22:09 -04:00
Corey Oordt
603352c84f
removing unneeded files
2009-08-27 15:30:02 -04:00
Corey Oordt
13154fd3ca
Fixed most of the tests
2009-08-27 14:59:23 -04:00