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 |
|
Corey Oordt
|
a92ab30f9c
|
Merge branch '1.1.2'
|
2012-08-18 13:07:46 -04: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 |
|
Jose Soares
|
64936c81ce
|
TravisCI stuff
|
2012-07-14 11:03:15 -04:00 |
|
Jose Soares
|
5f1b280fa4
|
Added travisci
|
2012-07-14 10:56:01 -04:00 |
|
Corey Oordt
|
213a208a23
|
Merge branch '1.1'
|
2012-07-12 19:32:10 -04:00 |
|
Corey Oordt
|
e588f33c99
|
Updated read me and version bump to 1.1
|
2012-07-12 19:31:47 -04:00 |
|
Corey Oordt
|
234bc9f963
|
Updated and rendered docs
|
2012-07-12 19:31:27 -04:00 |
|
Corey Oordt
|
53a203aad2
|
Fixed an incorrect include in the example
|
2012-07-12 19:28:39 -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
|
2a501a39a2
|
Fixes Pull Request #37 Adds notification in the readme regarding issue with South version 0.7.4
|
2012-07-02 07:53:53 -05:00 |
|
Corey Oordt
|
b4d07bfb9e
|
Updated the credits to add Iacopo Spalletti
|
2012-07-02 07:49:14 -05:00 |
|
Corey Oordt
|
9f5c1c4b37
|
Merge pull request #45 from nephila/master
Format error in README.rst
|
2012-07-02 05:45:24 -07:00 |
|
Iacopo Spalletti
|
0fa751b787
|
Fixed format error
|
2012-06-14 12:33:52 +03: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 |
|
Jose Soares
|
919c8c791a
|
Merge pull request #42 from numerodix/master
make Category registration in admin optional
|
2012-06-04 05:44:20 -07: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 |
|
Corey Oordt
|
2940317d3b
|
Merge pull request #41 from numerodix/master
Using ugettext_lazy
|
2012-05-11 05:26:13 -07: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 |
|
Jose Soares
|
0e7e7bbbf4
|
Minor fix to example app
|
2012-05-03 11:06:04 -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
|
9aa6ce7058
|
Sorry, typo in documentation
|
2012-03-30 13:44:22 +02: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 |
|
Corey Oordt
|
0dcdfef59d
|
Merge pull request #34 from bradjasper/master
Missing queryset parameter on get_ordering() for TreeChangeList
|
2012-03-30 03:58:25 -07:00 |
|
Brad Jasper
|
60907deaf7
|
Added queryset parameter to ChangeList.get_ordering()
|
2012-03-28 14:37:34 -04:00 |
|
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 |
|