Corey Oordt
Corey Oordt
Yea, I forgot the license stuff. I thought about it last night. It is all new BSD. Thanks for the compliment.
The good news is that it looks like they changed the logic in Django 1.5 to just return the value when not sure what type it is. I'll investigate how...
This is probably due to the fact that Grapelli has very different CSS and markup than the normal Django admin. I don't use Grapelli personally so I can't help you...
This does do that. If you don't specify a storage class, it uses the default. Why limit the options when it is just as easy to allow both?
Actually, your current solution only works if you have one application server and don't store your uploads on remote media, like Amazon S3. As soon as you have to scale...
Actually, Many-To-Many relations are not connected by a foreign key. A intermediate table is created that has a foreign key to categories and to the other model. You should have...
Ok, I think I understand now. The CATEGORIES_SETTINGS only impacts the categories app. It does nothing for subclasses of CategoryBase. Assuming that the ResourceEntry is one of your models, you...
Ok, You'll have to do some copying and pasting from the categories app. In categories.registration has the basic code for modifying other apps, if you want to browse it. 1....
That would be wonderful. Let me know if you need anything Sent from my iPhone On Sep 27, 2012, at 3:25 PM, Tereza Snyder [email protected] wrote: Thanks. I look forward...
Is there more changes we want to make/merge before doing a 2.0 release? If so, I would recommend doing them all at once.