Tim Graham
|
945e033a69
Fixed #8918 -- Made FileField.upload_to optional.
|
11 years ago |
Tim Graham
|
75bb6ba966
Fixed #10913 -- Documented how related_name affects QuerySet filtering
|
11 years ago |
Erik Romijn
|
1a63092981
Fixed #20439 -- Started deprecation of IPAddressField
|
11 years ago |
Aymeric Augustin
|
e192739b3e
Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set.
|
11 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 |
Kevin Christopher Henry
|
83e434a2c2
Documentation - Noted that OneToOneField doesn't respect unique.
|
11 years ago |
Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
11 years ago |
Christopher Medrela
|
fb26c4996a
Fixed #20484 again -- added note to field documentation
|
11 years ago |
Alex Couper
|
1123f45511
Fixed #20649 -- Allowed blank field display to be defined in the initial list of choices.
|
11 years ago |
Christopher Medrela
|
ac223ff6d1
Fixed #20735 -- clarified ManyToManyField constructor doc
|
11 years ago |
Andrew Godwin
|
12cb0df10f
Docs for related_query_name
|
11 years ago |
Tim Graham
|
d321d1acf0
Fixed #20228 - Documented unique_for_date and exclude behavior.
|
11 years ago |
Baptiste Mispelon
|
08726cb013
Fix #20505: Typo in BinaryField documentation.
|
11 years ago |
Marc Tamlyn
|
33c361ef9d
Merge pull request #1129 from frog32/master
|
11 years ago |
Marc Egli
|
e4591debd1
Add missing imports and models to the examples in the the model layer documentation
|
11 years ago |
Donald Stufft
|
398841d6d3
Merge branch 'allow-any-iterable-for-choices'
|
11 years ago |
Erik Romijn
|
56e2f6ccae
Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small'
|
11 years ago |
Donald Stufft
|
a19e9d80ff
Fixed #20430 - Enable iterable of iterables for model choices
|
11 years ago |
Aaron Cannon
|
291250f7b6
Added clarification to the docs, pointing out that unique_for_date only considers the date portion of DateTime fields.
|
11 years ago |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
11 years ago |
Andrew Badr
|
408da7b457
remove confusing phrase from DecimalField docs
|
11 years ago |
Aymeric Augustin
|
e16c48e001
Fixed #15124 -- Changed the default for BooleanField.
|
11 years ago |
Tim Graham
|
93cffc3b37
Added missing markup to docs.
|
11 years ago |
Ramiro Morales
|
7e26f4cb79
Fixed broken link in binary fields doc.
|
11 years ago |
Jonathan Loy
|
b3c6a20e71
Fixed #20018: Added backtick to fix reference
|
11 years ago |
Alex Gaynor
|
1b81f328f4
Adde two "versionadded" markers, thanks to mYk for noticing.
|
11 years ago |
Alex Gaynor
|
bbbd698c7a
Added a ManyToManyField(db_constraint=False) option, this allows not creating constraints on the intermediary models.
|
11 years ago |
Claude Paroz
|
8ee1eddb7e
Add a BinaryField model field
|
12 years ago |
Alex Gaynor
|
4e36e0a8b3
Clarified the language used in the documentation. Thanks to Mike Smith for the report.
|
11 years ago |