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 Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
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 Fixed #17528 -- Documented that add() and remove() with a many-to-many relationship do not call Model.save() 2013-07-12 06:19:16 -04:00