django/docs/ref/models
Andrew Godwin 5569b0b92f Merge remote-tracking branch 'core/master' into schema-alteration
Conflicts:
	django/db/backends/oracle/base.py
	django/db/backends/postgresql_psycopg2/base.py
	django/db/models/signals.py
	tests/queries/tests.py
2013-08-23 12:36:53 +01:00
..
fields.txt Documentation - Noted that OneToOneField doesn't respect unique. 2013-08-21 22:32:04 +01:00
index.txt
instances.txt Fixed model.__eq__ and __hash__ for no pk value cases 2013-08-22 17:24:07 +03:00
options.txt Merge remote-tracking branch 'core/master' into schema-alteration 2013-08-19 18:30:48 +01:00
querysets.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
relations.txt