1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/docs/ref/models
Tim Graham 5980b05c1f Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
This mostly reverts 5643a3b51b and
81e1a35c36.

Thanks Carl Meyer for review.
2015-08-10 08:51:32 -04:00
..
class.txt
conditional-expressions.txt
database-functions.txt Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 2015-07-27 18:28:13 -04:00
expressions.txt Fixed #25212 -- Documented the RawSQL expression. 2015-08-05 07:54:54 -04:00
fields.txt Fixed #25160 -- Moved unsaved model instance data loss check to Model.save() 2015-08-10 08:51:32 -04:00
index.txt
instances.txt Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 2015-07-27 10:32:47 -04:00
lookups.txt Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 2015-07-27 10:32:47 -04:00
meta.txt
options.txt Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 2015-07-27 18:28:13 -04:00
querysets.txt Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
relations.txt Refs #18556 -- Fixed a typo in the related manager add() method docs. 2015-07-27 22:50:13 -04:00