Adrian Holovaty
|
ead8a869ce
Edited models/options.txt changes from [17314]
|
13 rokov pred |
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 rokov pred |
Timo Graham
|
060783d52d
Fixed #702 - Documented that ManyToMany fields can't be in unique_together; thanks poirier for the patch.
|
13 rokov pred |
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 rokov pred |
Aymeric Augustin
|
246580573d
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
|
13 rokov pred |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 rokov pred |
Jannis Leidel
|
2eadc418af
Fixed doc references to `django.db.models.query.QuerySet` and converted some tabs that were introduced in r16699 to spaces.
|
13 rokov pred |
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 rokov pred |
Malcolm Tredinnick
|
70e59aeaf8
Be very clear about when it's appropriate to use defer() and only().
|
13 rokov pred |
Timo Graham
|
9b18b46c0f
Fixed #14842 - Indent the model Meta options. Thanks adamv.
|
14 rokov pred |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 rokov pred |
Timo Graham
|
8a9be74776
Fixed #14927 - typo in model option docs. thanks tiliv.
|
14 rokov pred |
Simon Meers
|
22fc30be5a
Fixed #8975 -- documented related order methods -- thanks to Leo for the report and dwillis for the initial patch.
|
14 rokov pred |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 rokov pred |
Russell Keith-Magee
|
ff60c5f9de
Fixed #1142 -- Added multiple database support.
|
15 rokov pred |
Russell Keith-Magee
|
c8514b570b
Fixed #12204 -- Corrected the use of :djadmin: links in the testing docs, plus updated a lot of old-style markup in the django-admin docs. Thanks to Art_S for the report.
|
15 rokov pred |
Luke Plant
|
055efb2530
Fixed #9674 - documented app_label.
|
15 rokov pred |
Jacob Kaplan-Moss
|
c0ad626dca
Fixed #10647: intermediary tables between two umanaged models are no longer created.
|
16 rokov pred |
Gary Wilson Jr
|
10923b42b3
Corrected syntax typos in a couple of versionadded directives.
|
16 rokov pred |
Malcolm Tredinnick
|
4eadcf45d4
Added some further clarification to the docs for Meta.managed.
|
16 rokov pred |
Malcolm Tredinnick
|
729c974e64
Fixed #10546 -- Fixed a docs typo noticed by carljm.
|
16 rokov pred |
Malcolm Tredinnick
|
96d5d434fa
Added some documentation explaining "managed=False" vs. "proxy=True".
|
16 rokov pred |
Malcolm Tredinnick
|
61a2708c41
Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).
|
16 rokov pred |
Malcolm Tredinnick
|
b4dd4d4bb7
Fixed #3163 -- Add a "Meta.managed" option to models.
|
16 rokov pred |
Jacob Kaplan-Moss
|
64a9469127
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here.
|
16 rokov pred |
James Bennett
|
78ca7a6c07
Fixed #8533: restored model inheritance docs, and updated one-to-one docs to match
|
16 rokov pred |
Jacob Kaplan-Moss
|
97cb07c3a1
Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/.
|
16 rokov pred |