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 |
|