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
2014-08-29
[1.7.x] Corrected a usage example of `related_query_name`.
Simon Charette
2014-08-19
[1.7.x] Fixed #17272 -- Documented that non-editable fields are skipped durin...
Tim Graham
2014-08-19
[1.7.x] Fixed #4991 -- Emphasized XSS ramifications of help_text not being es...
Tim Graham
2014-07-10
[1.7.x] Fixed #22809 -- Added model Field API reference.
Jorge C. Leitão
2014-07-09
[1.7.x] Fixed #22351 -- Removed usage of lambdas in model field options.
Tim Graham
2014-06-18
[1.7.x] Fixed #14481 -- Documented implicit "through" class created by ManyTo...
Jorge C. Leitão
2014-06-15
[1.7.x] Fixed #22660: Doc'd you can't have unmigrated apps depend on migrated
Andrew Godwin
2014-06-12
[1.7.x] Fixed #22813 -- Updated Pillow URL in documentation
Claude Paroz
2014-04-30
[1.7.x] Fixed #22537 -- Add tests and improved docs for field subclass with c...
Mike Fogel
2014-03-24
[1.7.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relation...
Adam Kaliński
2014-03-21
[1.7.x] Replaced an instance of PIL with Pillow in the docs.
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
2013-09-28
Fixed #20439 -- Started deprecation of IPAddressField
Erik Romijn
2013-09-07
Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set.
Aymeric Augustin
2013-09-06
Consolidated documentation for F() and Q()
evildmp
2013-09-05
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
2013-08-20
Documentation - Noted that OneToOneField doesn't respect unique.
Kevin Christopher Henry
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-07
Fixed #20484 again -- added note to field documentation
Christopher Medrela
2013-07-31
Fixed #20649 -- Allowed blank field display to be defined in the initial list...
Alex Couper
2013-07-12
Fixed #20735 -- clarified ManyToManyField constructor doc
Christopher Medrela
2013-06-27
Docs for related_query_name
Andrew Godwin
2013-05-28
Fixed #20228 - Documented unique_for_date and exclude behavior.
Tim Graham
2013-05-27
Fix #20505: Typo in BinaryField documentation.
Baptiste Mispelon
2013-05-19
Merge pull request #1129 from frog32/master
Marc Tamlyn
2013-05-18
Add missing imports and models to the examples in the the model layer documen...
Marc Egli
2013-05-18
Merge branch 'allow-any-iterable-for-choices'
Donald Stufft
2013-05-18
Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small'
Erik Romijn
2013-05-18
Fixed #20430 - Enable iterable of iterables for model choices
Donald Stufft
2013-05-03
Added clarification to the docs, pointing out that unique_for_date only consi...
Aaron Cannon
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-04-11
remove confusing phrase from DecimalField docs
Andrew Badr
[next]