index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
/
fields.txt
Age
Commit message (
Expand
)
Author
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-24
Fixed #24041 -- Documented effect of changing a model instance's primary key.
Helen Sherwood-Taylor
2014-12-23
Fixed #24033 -- Use interval type on Oracle.
Marc Tamlyn
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-08
Fixed #23974 -- Clarified wording of FileField.save/delete save parameter.
Tim Graham
2014-12-06
Fixed #23965 -- Mentioned that FieldFile inherits from File
Tim Graham
2014-10-30
Fixed #23725 -- Substituted AUTH_USER_MODEL for User in docs.
Raul Cumplido
2014-10-18
Fixed #23676 -- Rearranged sentence; "by default" applies only to max length
Jon Dufresne
2014-10-04
Fix formatting error in UUIDField docs.
Marc Tamlyn
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-08
Fixed #23281 -- Added "concrete model" to glossary.
Tim Graham
2014-09-05
Fixed #22534: Reinforce swappable documentation
Andrew Godwin
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-08-29
Corrected a usage example of `related_query_name`.
Simon Charette
2014-08-19
Fixed #17272 -- Documented that non-editable fields are skipped during model ...
Tim Graham
2014-08-19
Fixed #4991 -- Emphasized XSS ramifications of help_text not being escaped.
Tim Graham
2014-08-14
Fixed #23224 - Documented EmailValidator.
areski
2014-07-30
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2014-07-10
Fixed #22809 -- Added model Field API reference.
Jorge C. Leitão
2014-07-09
Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...
Anubhav Joshi
2014-07-09
Fixed #22351 -- Removed usage of lambdas in model field options.
Tim Graham
2014-07-04
Fixed #20631 -- Increased the default EmailField max_length to 254.
Tim Graham
2014-06-18
Fixed #14481 -- Documented implicit "through" class created by ManyToManyField.
Jorge C. Leitão
2014-06-15
Fixed #22660: Doc'd you can't have unmigrated apps depend on migrated
Andrew Godwin
2014-06-12
Fixed #22813 -- Updated Pillow URL in documentation
Claude Paroz
2014-05-16
Fixed #21798 -- Added check for DateTime mutually exclusive options
Daniel Pyrathon
2014-04-30
Fixed #22537 -- Add tests and improved docs for field subclass with choices.
Mike Fogel
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-03-24
Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relationships.
Adam Kaliński
2014-03-21
Removed PIL compatability layer per deprecation timeline.
Tim Graham
2014-03-11
Fixed #22217 - ManyToManyField.through_fields fixes.
Akis Kesoglou
2014-03-05
Fixed #14549 - Removed restriction of single FKs on intermediary tables
Akis Kesoglou
2014-03-05
Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlength
Chris Wilson
2014-02-28
Fixed doc typos.
Tim Graham
2014-02-25
Fixed #22145 -- Clarified docs on Field.blank and Field.null options.
navneet suman
2014-02-11
Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.
Christopher Adams
2014-02-08
Removed extra backquote in field docs
Claude Paroz
2014-02-08
Fixed #16192 -- Made unique error messages in ModelForm customizable.
Loic Bistuer
2014-01-19
Implement swappable model support for migrations
Andrew Godwin
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2013-12-18
Fixed #21632 -- Docs: Removed example with callable as query parameter
Kevin Christopher Henry
2013-12-15
Fix docs typo
Andrew Godwin
2013-11-25
Fixed #21507 -- Corrected default widget information for FileField
Ludwik Trammer
2013-11-23
Fixed #21491 -- Removed documented workaround for a known issue.
Loic Bistuer
2013-11-21
Fixed #21427 -- Clearly state integer field value ranges in docs
Markus Amalthea Magnuson
2013-11-06
Fixed typos in documentation.
Baptiste Mispelon
2013-10-18
Fixed #21212 -- Documented the reverse name for OneToOneField.
Juergen Schackmann
2013-10-11
Fixed #8918 -- Made FileField.upload_to optional.
Tim Graham
2013-10-02
Fixed #10913 -- Documented how related_name affects QuerySet filtering
Tim Graham
[next]