Top "Django-1.4" questions

Django 1.4 is a version of the Django framework, released in March 2012, with enhanced time zones support and various other improvements.

Django1.4: How to use order_by in template?

Django1.4: How to use order_by in template? models.py from django.db import models from django.contrib.auth.models …

python django django-models python-2.7 django-1.4
New URL on django admin independent of the apps

I am using django 1.4 and Python 2.7. I just have a simple requirement where I have to add a new URL …

django django-admin python-2.7 django-urls django-1.4
Copying ManyToMany fields from one model instance to another

I'm new to django, and as a learning app, I'm building an expense logging application. In my models I have …

python django django-models django-1.4
How to delete all data for one app in Django 1.4 now that reset is gone?

How do I delete all the data in the database for on Django app? In previous version manage.py reset …

django django-1.4