Corey Oordt
|
3e6944de65
|
Refactoring docs into doc_src and docs
|
2010-05-28 09:43:51 -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 |
|
Web Development
|
d453d4a410
|
Fied my typo for settings url
|
2010-04-26 14:56:55 -04:00 |
|
Corey Oordt
|
605cbece20
|
Fixing jquery issues
|
2010-04-26 14:47:28 -04:00 |
|
Corey Oordt
|
cc25aabe3d
|
Merge branch '0.4'
|
2010-04-23 14:06:08 -04:00 |
|
Corey Oordt
|
c5759a17c6
|
Added the necessary files to test the generic relations
|
2010-04-23 11:37:47 -04:00 |
|
Corey Oordt
|
9e1717f3f7
|
Added generic relation stuff into categories
|
2010-04-23 11:37:18 -04:00 |
|
Corey Oordt
|
2faa6c8180
|
Renamed sample to example because that is what every other one is called, damnit
|
2010-04-23 11:13:35 -04:00 |
|
Corey Oordt
|
760f95f457
|
Merge branch '0.3'
|
2010-04-23 11:00:37 -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
|
c479cc6ad9
|
Switched to setuptools/distribute
|
2010-04-07 12:26:39 -04:00 |
|
Corey Oordt
|
c1c2a72115
|
Added better setup.py pieces. Getting ready to push to our PyPi
|
2010-04-07 09:43:35 -04:00 |
|
Corey Oordt
|
fdeb2fc14e
|
Deleted code referencing something I deleted earlier.
|
2010-04-06 12:49:01 -04:00 |
|
Corey Oordt
|
53372a60a9
|
Removing docs for piece I deleted previously
|
2010-04-06 12:48:23 -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
|
81d07c859d
|
Added some docs and testing apps
|
2010-04-05 13:09:36 -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
|
486ffec34f
|
Added an app to test categories against
|
2010-02-01 10:29:15 -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 |
|
Corey Oordt
|
0ec1fa7332
|
Added some registration notes to start the docs
|
2010-02-01 10:27:56 -05:00 |
|
Corey Oordt
|
59cf711b66
|
Changed the disclosure triangle to be a unicode character instead of the images
|
2010-02-01 08:50:29 -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
|
a7fa144a8c
|
Added new documentation
|
2009-10-06 08:10:13 -04:00 |
|
Corey Oordt
|
4573a37b14
|
Ignoring the docs/_build directory
|
2009-10-06 08:09:45 -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 |
|