Andrew Godwin
|
b6a957f0ba
Merge remote-tracking branch 'core/master' into schema-alteration
|
11 years ago |
Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
11 years ago |
Andrew Godwin
|
588b523233
Merge remote-tracking branch 'core/master' into schema-alteration
|
11 years ago |
Tim Graham
|
ddae74b64c
Fixed #9057 -- Added default_permissions model meta option.
|
11 years ago |
Andrew Godwin
|
de64c4d6e9
Merge remote-tracking branch 'core/master' into schema-alteration
|
11 years ago |
Dominic Rodger
|
c33d1ca1d9
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
|
11 years ago |
Tim Graham
|
5df84b268d
Removed unused model option "admin"
|
11 years ago |
Andrew Godwin
|
f8297f6323
More migration docs, and conversion of all easy syncdb references
|
11 years ago |
Tim Graham
|
2333c9662b
Fixed #14007 -- Added model discovery in models module without the need to specify app_label.
|
11 years ago |
Marc Egli
|
e4591debd1
Add missing imports and models to the examples in the the model layer documentation
|
11 years ago |
Johan Charpentier
|
186bff4703
Fixed #20053 -- Fix `index_together` documentation
|
12 years ago |
Nick Sandford
|
fe54377dae
Fixed #17813 -- Added a .earliest() method to QuerySet
|
12 years ago |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 years ago |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 years ago |
Tim Graham
|
9c5a6adf33
Fixed more broken links. refs #19516
|
12 years ago |
Alex Gaynor
|
957787ace0
Added multi-column indexes to the 1.5 release notes.
|
12 years ago |
Alex Gaynor
|
4285571c5a
Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to jgelens for the original patch.
|
12 years ago |
Dan Loewenherz
|
09e3d364b9
specify any orderable field can be specified in get_latest_by, closes #18875
|
12 years ago |
Raúl Cumplido
|
55ffcf8e7b
Fixed #18145 -- Improved documentation of unique_together type fields
|
12 years ago |
Adrian Holovaty
|
ead8a869ce
Edited models/options.txt changes from [17314]
|
13 years ago |
Timo Graham
|
72793766a7
Fixed #640 - Documented that changing order_with_respect_to requires a schema change; thanks fcurella and poirier for the draft patches.
|
13 years ago |
Timo Graham
|
060783d52d
Fixed #702 - Documented that ManyToMany fields can't be in unique_together; thanks poirier for the patch.
|
13 years ago |
Julien Phalip
|
aa5230c4be
Fixed #17269 -- Corrected the model options doc to indicate that, since 1.4, all fields in `Meta.ordering` are honored by the admin. Thanks to sebastian for the report and patch.
|
13 years ago |
Aymeric Augustin
|
246580573d
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
|
13 years ago |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 years ago |
Jannis Leidel
|
2eadc418af
Fixed doc references to `django.db.models.query.QuerySet` and converted some tabs that were introduced in r16699 to spaces.
|
13 years ago |
Russell Keith-Magee
|
8d6c251731
Fixed #16592 -- More test changes and documentation to account for MySQL's casual relationship with sanity. Thanks to Jim Dalton for the report and patch.
|
13 years ago |
Malcolm Tredinnick
|
70e59aeaf8
Be very clear about when it's appropriate to use defer() and only().
|
13 years ago |
Timo Graham
|
9b18b46c0f
Fixed #14842 - Indent the model Meta options. Thanks adamv.
|
14 years ago |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 years ago |