Daniel Pyrathon
|
fb48eb0581
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
|
10 年之前 |
Helen Sherwood-Taylor
|
4ccdf6e57f
Fixed #24041 -- Documented effect of changing a model instance's primary key.
|
10 年之前 |
Marc Tamlyn
|
5ca82e710e
Fixed #24033 -- Use interval type on Oracle.
|
10 年之前 |
Marc Tamlyn
|
57554442fe
Fixed #2443 -- Added DurationField.
|
10 年之前 |
Tim Graham
|
1aa41dd000
Fixed #23974 -- Clarified wording of FileField.save/delete save parameter.
|
10 年之前 |
Tim Graham
|
5281d9620d
Fixed #23965 -- Mentioned that FieldFile inherits from File
|
10 年之前 |
Raul Cumplido
|
68d3db8a7b
Fixed #23725 -- Substituted AUTH_USER_MODEL for User in docs.
|
10 年之前 |
Jon Dufresne
|
c1b9f99a81
Fixed #23676 -- Rearranged sentence; "by default" applies only to max length
|
10 年之前 |
Marc Tamlyn
|
acdbecda05
Fix formatting error in UUIDField docs.
|
10 年之前 |
Marc Tamlyn
|
ed7821231b
Fixed #19463 -- Added UUIDField
|
10 年之前 |
Tim Graham
|
60c38c1a4e
Fixed #23281 -- Added "concrete model" to glossary.
|
10 年之前 |
Andrew Godwin
|
6d504562f5
Fixed #22534: Reinforce swappable documentation
|
10 年之前 |
Marc Tamlyn
|
e9103402c0
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
|
10 年之前 |
Simon Charette
|
05a8cef428
Corrected a usage example of `related_query_name`.
|
10 年之前 |
Tim Graham
|
c587bd5a94
Fixed #17272 -- Documented that non-editable fields are skipped during model validation.
|
10 年之前 |
Tim Graham
|
5dbe2a9431
Fixed #4991 -- Emphasized XSS ramifications of help_text not being escaped.
|
10 年之前 |
areski
|
2a4492aecb
Fixed #23224 - Documented EmailValidator.
|
10 年之前 |
Christoph Heer
|
d47409831f
Fixed #23067 -- Updated docs to use django-admin
|
10 年之前 |
Jorge C. Leitão
|
e1fa7dffdc
Fixed #22809 -- Added model Field API reference.
|
10 年之前 |
Anubhav Joshi
|
011abb7d96
Fixed #19671 -- Added warnings that null and validators are ignored for ManyToManyField.
|
10 年之前 |
Tim Graham
|
5ebf03b7dd
Fixed #22351 -- Removed usage of lambdas in model field options.
|
10 年之前 |
Tim Graham
|
7fd55c3481
Fixed #20631 -- Increased the default EmailField max_length to 254.
|
10 年之前 |
Jorge C. Leitão
|
de90129070
Fixed #14481 -- Documented implicit "through" class created by ManyToManyField.
|
10 年之前 |
Andrew Godwin
|
24afb1d7a7
Fixed #22660: Doc'd you can't have unmigrated apps depend on migrated
|
10 年之前 |
Claude Paroz
|
dfa3505ff1
Fixed #22813 -- Updated Pillow URL in documentation
|
10 年之前 |
Daniel Pyrathon
|
cb15231888
Fixed #21798 -- Added check for DateTime mutually exclusive options
|
11 年之前 |
Mike Fogel
|
7fd1b35ed7
Fixed #22537 -- Add tests and improved docs for field subclass with choices.
|
11 年之前 |
Tim Graham
|
51c8045145
Removed versionadded/changed annotations for 1.6.
|
11 年之前 |
Adam Kaliński
|
ec08d62a20
Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relationships.
|
11 年之前 |
Tim Graham
|
4965a77407
Removed PIL compatability layer per deprecation timeline.
|
11 年之前 |