Claude Paroz
|
3a97f992fb
Fixed #22313 -- Removed 'u' prefixes from documentation
|
10 years ago |
Tim Graham
|
1f5f015c32
Fixed spelling mistakes in docs.
|
10 years ago |
Alasdair Nicol
|
8aa1efff6d
Fixed #21951 -- Updated docs to use __str__ for Python 3
|
10 years ago |
Loic Bistuer
|
8847a0c601
Fixed #16192 -- Made unique error messages in ModelForm customizable.
|
10 years ago |
evildmp
|
79cc66692a
Consolidated documentation for F() and Q()
|
11 years ago |
Eric Boersma
|
4d13cc56de
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
|
11 years ago |
Anssi Kääriäinen
|
e973ee6a98
Fixed #20988 -- Added model meta option select_on_save
|
11 years ago |
Anssi Kääriäinen
|
6af05e7a0f
Fixed model.__eq__ and __hash__ for no pk value cases
|
11 years ago |
Kevin Christopher Henry
|
bb011cf809
Documentation -- Corrected error about Model.full_clean()
|
11 years ago |
Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
11 years ago |
Anssi Kääriäinen
|
3844089edc
Fixed #20777 -- Admin proxy model deletion regression
|
11 years ago |
Anssi Kääriäinen
|
4668c142dc
Made Model.__eq__ consider proxy models equivalent
|
11 years ago |
Jimmy Song
|
94d7fed775
Fixed #20859 - Clarified Model.clean() example.
|
11 years ago |
Julien Phalip
|
47c755327b
Fixed a number of minor misspellings.
|
11 years ago |
Claude Paroz
|
7442eb1a24
Fixed #20224 -- Update docs examples which mention __unicode__
|
11 years ago |
James Bennett
|
ba610cb319
Fixed #19881 -- Documented that get_next/previous_by_FOO uses default manager.
|
11 years ago |
Loic Bistuer
|
ee77d4b253
Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields
|
11 years ago |
Marc Egli
|
e4591debd1
Add missing imports and models to the examples in the the model layer documentation
|
11 years ago |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
11 years ago |
Anssi Kääriäinen
|
6b4834952d
Fixed #16649 -- Refactored save_base logic
|
12 years ago |
Tim Graham
|
43f89e0ad6
Fixed #19605 - Removed unused url imports from doc examples.
|
12 years ago |
Tim Graham
|
b3a8c9dab8
Fixed broken links, round 3. refs #19516
|
12 years ago |
Jason Yan
|
eeaab083fe
Fixed #19374 -- Typo in docs/ref/models/instances.txt.
|
12 years ago |
Tim Graham
|
0e3690d230
Fixed #18974 - Warned against using models.permalink
|
12 years ago |
Tim Graham
|
d3fd8a1512
Fixed #15591 - Clarified interaction between ModelForm and model validation.
|
12 years ago |
Eric Davis
|
d94dc2d1fa
Fixed formatting of get_FOO_display example
|
12 years ago |
Ramiro Morales
|
ec1aad1671
Added section about URL reversion to URL mapper document.
|
12 years ago |
Anssi Kääriäinen
|
dad7eec6e1
Corrected links to only()/defer() in Model documentation
|
12 years ago |
Aymeric Augustin
|
e69348b4e7
Avoided mixing dates and datetimes in the examples.
|
12 years ago |
Alex Gaynor
|
17d57275f9
Fixed #18883 -- added a missing self parameter in the docs
|
12 years ago |