Christoph Heer
|
d47409831f
Fixed #23067 -- Updated docs to use django-admin
|
10 years ago |
Jorge C. Leitão
|
e1fa7dffdc
Fixed #22809 -- Added model Field API reference.
|
10 years ago |
Anubhav Joshi
|
011abb7d96
Fixed #19671 -- Added warnings that null and validators are ignored for ManyToManyField.
|
10 years ago |
Tim Graham
|
5ebf03b7dd
Fixed #22351 -- Removed usage of lambdas in model field options.
|
10 years ago |
Tim Graham
|
7fd55c3481
Fixed #20631 -- Increased the default EmailField max_length to 254.
|
10 years ago |
Jorge C. Leitão
|
de90129070
Fixed #14481 -- Documented implicit "through" class created by ManyToManyField.
|
10 years ago |
Andrew Godwin
|
24afb1d7a7
Fixed #22660: Doc'd you can't have unmigrated apps depend on migrated
|
10 years ago |
Claude Paroz
|
dfa3505ff1
Fixed #22813 -- Updated Pillow URL in documentation
|
10 years ago |
Daniel Pyrathon
|
cb15231888
Fixed #21798 -- Added check for DateTime mutually exclusive options
|
10 years ago |
Mike Fogel
|
7fd1b35ed7
Fixed #22537 -- Add tests and improved docs for field subclass with choices.
|
10 years ago |
Tim Graham
|
51c8045145
Removed versionadded/changed annotations for 1.6.
|
10 years ago |
Adam Kaliński
|
ec08d62a20
Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relationships.
|
10 years ago |
Tim Graham
|
4965a77407
Removed PIL compatability layer per deprecation timeline.
|
10 years ago |
Akis Kesoglou
|
aaad3e27ac
Fixed #22217 - ManyToManyField.through_fields fixes.
|
10 years ago |
Akis Kesoglou
|
c627da0ccc
Fixed #14549 - Removed restriction of single FKs on intermediary tables
|
10 years ago |
Chris Wilson
|
95c74b9d69
Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlength
|
10 years ago |
Tim Graham
|
7f2505ad9e
Fixed doc typos.
|
10 years ago |
navneet suman
|
3390550f6f
Fixed #22145 -- Clarified docs on Field.blank and Field.null options.
|
10 years ago |
Christopher Adams
|
eefc88feef
Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.
|
10 years ago |
Claude Paroz
|
fcc21837dc
Removed extra backquote in field docs
|
10 years ago |
Loic Bistuer
|
8847a0c601
Fixed #16192 -- Made unique error messages in ModelForm customizable.
|
10 years ago |
Andrew Godwin
|
c9de1b4a55
Implement swappable model support for migrations
|
11 years ago |
Anssi Kääriäinen
|
20bab2cf9d
Fixed #16187 -- refactored ORM lookup system
|
11 years ago |
Kevin Christopher Henry
|
d34c8c338a
Fixed #21632 -- Docs: Removed example with callable as query parameter
|
11 years ago |
Andrew Godwin
|
dfc95d240d
Fix docs typo
|
11 years ago |
Ludwik Trammer
|
70e61310d6
Fixed #21507 -- Corrected default widget information for FileField
|
11 years ago |
Loic Bistuer
|
82a58ce5b6
Fixed #21491 -- Removed documented workaround for a known issue.
|
11 years ago |
Markus Amalthea Magnuson
|
b6a6cf4ab7
Fixed #21427 -- Clearly state integer field value ranges in docs
|
11 years ago |
Baptiste Mispelon
|
366bdc4566
Fixed typos in documentation.
|
11 years ago |
Juergen Schackmann
|
f8632572ad
Fixed #21212 -- Documented the reverse name for OneToOneField.
|
11 years ago |