Tim Graham
|
de99f558d8
Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_compatible.
|
9 years ago |
Flavio Curella
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 years ago |
Marco Santamaria
|
bae72bdd2a
Fixed #11078 -- documentation update.
|
9 years ago |
darkryder
|
9ec8aa5e5d
Fixed #24149 -- Normalized tuple settings to lists.
|
10 years ago |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 years ago |
Helen Sherwood-Taylor
|
4ccdf6e57f
Fixed #24041 -- Documented effect of changing a model instance's primary key.
|
10 years ago |
Duane Hilton
|
054bdfeff1
Fixed #17638 -- Added crosslinks between topic and reference guides.
|
10 years ago |
Tim Graham
|
7006187064
Fixed #23282 -- Corrected inheritance and reverse relations example.
|
10 years ago |
Ola Sitarska
|
6947885926
Fixed #23283 -- Added default=False to BooleanField's in the docs.
|
10 years ago |
Tim Graham
|
9f18b6bcb0
Fixed #22978 -- Removed a USA-centric example that didn't add much.
|
10 years ago |
Moayad Mardini
|
2ea1e70b85
Fixed #22601 -- Added a note about model inheritance.
|
10 years ago |
Aliaksandr Semianiuk
|
5b185ecc68
Fixed #22019 -- Added Model.objects reference documentation.
|
10 years ago |
Tim Graham
|
8ec388a69d
Fixed #22442 -- Provided additional documentation regarding id fields clashing.
|
10 years ago |
Claude Paroz
|
3a97f992fb
Fixed #22313 -- Removed 'u' prefixes from documentation
|
11 years ago |
Akis Kesoglou
|
aaad3e27ac
Fixed #22217 - ManyToManyField.through_fields fixes.
|
11 years ago |
Akis Kesoglou
|
c627da0ccc
Fixed #14549 - Removed restriction of single FKs on intermediary tables
|
11 years ago |
Tim Graham
|
4132e013ec
Removed a nonexistent link in the docs.
|
11 years ago |
Szczepan Cieślik
|
e816198034
Fixed docs typos.
|
11 years ago |
Nicolaas Heyning
|
e1d2a0bd04
added documentation on Model attributes
|
11 years ago |
Alasdair Nicol
|
8aa1efff6d
Fixed #21951 -- Updated docs to use __str__ for Python 3
|
11 years ago |
Russell Keith-Magee
|
d818e0c9b2
Fixed #16905 -- Added extensible checks (nee validation) framework
|
11 years ago |
Cody Scott
|
a8e84521c4
Noted that .clear() will delete intermediary models
|
11 years ago |
Cody Scott
|
695bc0d191
Small improvements to docs/topics/db/models.txt
|
11 years ago |
Andrew Godwin
|
f8297f6323
More migration docs, and conversion of all easy syncdb references
|
11 years ago |
Claude Paroz
|
7442eb1a24
Fixed #20224 -- Update docs examples which mention __unicode__
|
11 years ago |
Tim Graham
|
f315693304
Fixed #20543 - Typo in db model fields docs.
|
11 years ago |
Marc Egli
|
e4591debd1
Add missing imports and models to the examples in the the model layer documentation
|
11 years ago |
Aymeric Augustin
|
f27a4ee327
Removed django.contrib.localflavor.
|
12 years ago |
Preston Holmes
|
11ded967c4
Fixed #19498 -- refactored auth documentation
|
12 years ago |
Tim Graham
|
52a2588df6
Fixed #19506 - Remove 'mysite' prefix in model example.
|
12 years ago |