Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Tim Graham ddae74b64c Fixed #9057 -- Added default_permissions model meta option. 11 gadi atpakaļ
  Andrew Godwin de64c4d6e9 Merge remote-tracking branch 'core/master' into schema-alteration 11 gadi atpakaļ
  Dominic Rodger c33d1ca1d9 Fixed #20852 - Fixed incorrectly generated left quotes in docs. 11 gadi atpakaļ
  Tim Graham 5df84b268d Removed unused model option "admin" 11 gadi atpakaļ
  Andrew Godwin f8297f6323 More migration docs, and conversion of all easy syncdb references 11 gadi atpakaļ
  Tim Graham 2333c9662b Fixed #14007 -- Added model discovery in models module without the need to specify app_label. 11 gadi atpakaļ
  Marc Egli e4591debd1 Add missing imports and models to the examples in the the model layer documentation 12 gadi atpakaļ
  Johan Charpentier 186bff4703 Fixed #20053 -- Fix `index_together` documentation 12 gadi atpakaļ
  Nick Sandford fe54377dae Fixed #17813 -- Added a .earliest() method to QuerySet 12 gadi atpakaļ
  Tim Graham 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 gadi atpakaļ
  Aymeric Augustin 7ee7599ab3 Removed versionadded/changed annotations dating back to 1.4. 12 gadi atpakaļ
  Tim Graham 9c5a6adf33 Fixed more broken links. refs #19516 12 gadi atpakaļ
  Alex Gaynor 957787ace0 Added multi-column indexes to the 1.5 release notes. 12 gadi atpakaļ
  Alex Gaynor 4285571c5a Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to jgelens for the original patch. 12 gadi atpakaļ
  Dan Loewenherz 09e3d364b9 specify any orderable field can be specified in get_latest_by, closes #18875 12 gadi atpakaļ
  Raúl Cumplido 55ffcf8e7b Fixed #18145 -- Improved documentation of unique_together type fields 12 gadi atpakaļ
  Adrian Holovaty ead8a869ce Edited models/options.txt changes from [17314] 13 gadi atpakaļ
  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 gadi atpakaļ
  Timo Graham 060783d52d Fixed #702 - Documented that ManyToMany fields can't be in unique_together; thanks poirier for the patch. 13 gadi atpakaļ
  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 gadi atpakaļ
  Aymeric Augustin 246580573d Fixed #12308 -- Added tablespace support to the PostgreSQL backend. 13 gadi atpakaļ
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 gadi atpakaļ
  Jannis Leidel 2eadc418af Fixed doc references to `django.db.models.query.QuerySet` and converted some tabs that were introduced in r16699 to spaces. 13 gadi atpakaļ
  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 gadi atpakaļ
  Malcolm Tredinnick 70e59aeaf8 Be very clear about when it's appropriate to use defer() and only(). 13 gadi atpakaļ
  Timo Graham 9b18b46c0f Fixed #14842 - Indent the model Meta options. Thanks adamv. 14 gadi atpakaļ
  Timo Graham 2ea93f9327 Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 14 gadi atpakaļ
  Timo Graham 8a9be74776 Fixed #14927 - typo in model option docs. thanks tiliv. 14 gadi atpakaļ
  Simon Meers 22fc30be5a Fixed #8975 -- documented related order methods -- thanks to Leo for the report and dwillis for the initial patch. 14 gadi atpakaļ
  Jacob Kaplan-Moss 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 gadi atpakaļ