Skip to content Skip to sidebar Skip to footer
Showing posts with the label Admin

Why Has The "add Another" Button Disappeared From My Django Inlines When Upgrading To 1.6?

I have a django site with lots of inlines in the admin interface. On the previous version of django… Read more Why Has The "add Another" Button Disappeared From My Django Inlines When Upgrading To 1.6?

Django Admin Model Field Set To Current User

I have a model with field: class MyModel(models.Model): name = models.CharField(max_length=50) … Read more Django Admin Model Field Set To Current User

Django Admin: Ordering Of ForeignKey And ManyToManyField Relations Referencing User

I have an application that makes use of Django's UserProfile to extend the built-in Django User… Read more Django Admin: Ordering Of ForeignKey And ManyToManyField Relations Referencing User