evildmp
|
79cc66692a
Consolidated documentation for F() and Q()
|
11 سال پیش |
Eric Boersma
|
4d13cc56de
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
|
11 سال پیش |
Kevin Christopher Henry
|
83e434a2c2
Documentation - Noted that OneToOneField doesn't respect unique.
|
11 سال پیش |
Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
11 سال پیش |
Christopher Medrela
|
fb26c4996a
Fixed #20484 again -- added note to field documentation
|
11 سال پیش |
Alex Couper
|
1123f45511
Fixed #20649 -- Allowed blank field display to be defined in the initial list of choices.
|
11 سال پیش |
Christopher Medrela
|
ac223ff6d1
Fixed #20735 -- clarified ManyToManyField constructor doc
|
11 سال پیش |
Andrew Godwin
|
12cb0df10f
Docs for related_query_name
|
11 سال پیش |
Tim Graham
|
d321d1acf0
Fixed #20228 - Documented unique_for_date and exclude behavior.
|
12 سال پیش |
Baptiste Mispelon
|
08726cb013
Fix #20505: Typo in BinaryField documentation.
|
12 سال پیش |
Marc Tamlyn
|
33c361ef9d
Merge pull request #1129 from frog32/master
|
12 سال پیش |
Marc Egli
|
e4591debd1
Add missing imports and models to the examples in the the model layer documentation
|
12 سال پیش |
Donald Stufft
|
398841d6d3
Merge branch 'allow-any-iterable-for-choices'
|
12 سال پیش |
Erik Romijn
|
56e2f6ccae
Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small'
|
12 سال پیش |
Donald Stufft
|
a19e9d80ff
Fixed #20430 - Enable iterable of iterables for model choices
|
12 سال پیش |
Aaron Cannon
|
291250f7b6
Added clarification to the docs, pointing out that unique_for_date only considers the date portion of DateTime fields.
|
12 سال پیش |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 سال پیش |
Andrew Badr
|
408da7b457
remove confusing phrase from DecimalField docs
|
12 سال پیش |
Aymeric Augustin
|
e16c48e001
Fixed #15124 -- Changed the default for BooleanField.
|
12 سال پیش |
Tim Graham
|
93cffc3b37
Added missing markup to docs.
|
12 سال پیش |
Ramiro Morales
|
7e26f4cb79
Fixed broken link in binary fields doc.
|
12 سال پیش |
Jonathan Loy
|
b3c6a20e71
Fixed #20018: Added backtick to fix reference
|
12 سال پیش |
Alex Gaynor
|
1b81f328f4
Adde two "versionadded" markers, thanks to mYk for noticing.
|
12 سال پیش |
Alex Gaynor
|
bbbd698c7a
Added a ManyToManyField(db_constraint=False) option, this allows not creating constraints on the intermediary models.
|
12 سال پیش |
Claude Paroz
|
8ee1eddb7e
Add a BinaryField model field
|
12 سال پیش |
Alex Gaynor
|
4e36e0a8b3
Clarified the language used in the documentation. Thanks to Mike Smith for the report.
|
12 سال پیش |
Alex Gaynor
|
b55cde054e
Added a db_constraint option to ForeignKeys.
|
12 سال پیش |
Tim Graham
|
218bbef0c4
Fixed #19824 - Corrected the class described for Field.primary_key from IntegerField to AutoField.
|
12 سال پیش |
Claude Paroz
|
c698c55966
Created special PostgreSQL text indexes when unique is True
|
12 سال پیش |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 سال پیش |