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-12-01
[1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-24
[1.9.x] Clarified default value for DateField to emulate auto_now_add.
Bulgantamir Gankhuyag
2015-11-19
[1.9.x] Corrected GenericIPAddressField protocol parameter doc.
areski
2015-08-10
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-07-21
Fixed #25129 -- Made model instance defaults work with migrations (refs #24919).
Tim Graham
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-06-09
Clarified the default form widgets for model number fields in docs
Matt Deacalion Stevens
2015-06-05
Fixed #22571 -- Added clarification about auto_now_add=True
Yamila Moreno
2015-04-29
Fixed #24665 -- Clarified model field flag defaults.
Tim Graham
2015-03-29
Improved docs for timezone handling for auto_now and auto_now_add
Christopher Luc
2015-03-26
Fixed #24510 -- Clarified FileField.upload_to docs.
Matt Seymour
2015-03-25
Fixed #23814 -- Documented apps refactored out of Django.
Fabio Natali
2015-03-22
Fixed #23814 -- Pointed localflavor documentation to external package
Iacopo Spalletti
2015-03-18
Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.
Karl Hobley
2015-03-12
Fixed typo in docs/ref/models/fields.txt
Steven Das
2015-03-09
Fixed #24432 -- Added docs for ManyToManyFields that reside in and refer to t...
Floris den Hengst
2015-02-20
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-14
Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.
Loic Bistuer
2015-02-03
Fixed #23617 -- Added get_pk_value_on_save()
Anssi Kääriäinen
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-19
Removed IPAddressField per deprecation timeline; refs #20439.
Tim Graham
2015-01-18
Removed support for syncing apps without migrations per deprecation timeline.
Tim Graham
2015-01-17
Removed support for custom SQL per deprecation timeline.
Tim Graham
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
[next]