summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2015-03-31[1.8.x] Fixed typo in docs/ref/templates/builtins.txtJoost Rijneveld
Backport of 48ddc66219deaac2aa5fa3d2cb0f420404d6b8ec from master
2015-03-29[1.8.x] Fixed #24281 -- Improved docs for timezone handling for auto_now and ↵Christopher Luc
auto_now_add Thanks djbug for the report and Aymeric Augustin and Carl Meyer for the review. Backport of 8119876d4a533fbc2ba4d1c30eaddbcc28119488 from master
2015-03-27[1.8.x] Fixed #24469 -- Refined escaping of Django's form elements in ↵Moritz Sichert
non-Django templates. Backport of 1f2abf784a9fe550959de242d91963b2ad6f7e9c from master
2015-03-25[1.8.x] Added some missing newlines in docs/ref/validators.txt.Tim Graham
Backport of f4cc0c40a85a8cbba6d2e4cd3158070dfd8645a2 from master
2015-03-22[1.8.x] Fixed #23814 -- Pointed localflavor documentation to external packageIacopo Spalletti
Edited localflavor doc to point to the external package documentation, leaving just the 'How to migrate' section in Django. Backport of 87fed9444033533ad7105c4b1e4ffc5d7854a2c6 from master.
2015-03-22Fixed #24485 -- Allowed combined expressions to set output_fieldJosh Smeaton
2015-03-20[1.8.x] Fixed #24503 -- Added docs on LANGUAGE_CODE fallback change in 1.8.Tim Graham
Thanks Pakal and Claude. Backport of 8219eabbba6e8f6d8569792615935011b5cf0771 from master
2015-03-18[1.8.x] Fixed #24495 -- Allowed unsaved model instance assignment check to ↵Karl Hobley
be bypassed. Backport of 81e1a35c364e5353d2bf99368ad30a4184fbb653 from master
2015-03-17[1.8.x] Updated links to latest version of PostGIS docs.Tim Graham
Backport of 53d11c6821b7b347e0eeefb96168cc1861715a6b from master
2015-03-17[1.8.x] Updated location of gis_tests in docs.Tim Graham
Backport of 64b9393ae279fde1ac535348458b3ff960177225 from master
2015-03-17[1.8.x] Refs #24485 -- Renamed some expression typesJosh Smeaton
Backport of 88d798d71a20662bdf5335f0586fb9eb6e660c57 from master
2015-03-16[1.8.x] Documented Context.get() method.Preston Timmons
Backport of 4d9414098bd98aacd241827a01f6ad2dff71f113 from master
2015-03-16[1.8.x] Fixed #24486 -- Documented method to provide output_field to mixed F ↵Josh Smeaton
expressions Backport of 820381d38bc02ea8b92837ce869e7332a7db9913 from master
2015-03-14[1.8.x] Fixed doc typos.Floris den Hengst
Backport of e42a720ba22a51c68d2316d425234a197eaff467 from master
2015-03-13[1.8.x] Refs #24462 -- Emphasized that order_by() clears previous ordering.Tim Graham
Backport of b9d9ab23bdcc404708aada664e718a9d56415ca3 from master
2015-03-13[1.8.x] Documented gdal DataSource encoding parameterClaude Paroz
Thanks Max Demars for the suggestion and Tim Graham for the review. Backport of a8991b9b9f1 from master.
2015-03-12[1.8.x] Fixed typo in docs/ref/models/fields.txtSteven Das
Backport of 53bc6e2e98b4889082049f50718b13f8d5d84b6b from master
2015-03-12[1.8.x] Fixed #24364 -- Doc'ed that ManifestStaticFileStorage shouldn't be ↵Aksel Ethem
used during testing. Backport of b4d8b16e5109170614ba505e36f60c2ad64dafc2 from master
2015-03-12[1.8.x] Fixed wrong operator in iri_to_uri() docsldrumm
Backport of 27ad12a9b865bf3deebd165360f73ace722cee31 from master
2015-03-11[1.8.x] Fixed #24414 -- Added examples of Prefetch object usage to the docs.Sean Wang
Backport of a3e89f13dfb1f22a26ead8b06b37695598a4421a from master
2015-03-11[1.8.x] Fixed typo in current_app deprecation note.Preston Timmons
Backport of 6b605be5fe5ec62f6a927f868fc0f4e3413cd9e3 from master
2015-03-10[1.8.x] Fixed download instructions for cities shapefileClaude Paroz
Thanks Daniel Wiesmann for spotting the issue. Backport of 57d42aef97 from master.
2015-03-10[1.8.x] Updated GIS docs wrt GIS test pathsClaude Paroz
Backport of 1825365152c from master.
2015-03-10[1.8.x] Fixed typo in docs/ref/database.txtCalvin Jeong
Backport of cefbbb9db3410f757532e0f968e76a8fd9e7ce3b from master
2015-03-09[1.8.x] Fixed #24432 -- Added docs for ManyToManyFields that reside in and ↵Floris den Hengst
refer to the same model. Backport of b9b8411129efe13642cef1fc6bbfc62bed717352 from master
2015-03-05[1.8.x] Improved get_media_prefix template tag example.Aymeric Augustin
Backport of 9a4a9a8a49ed3e38f3038b8d6fc7c405256271f1 from master
2015-03-02[1.8.x] Fixed #24439 -- Removed incorrect make_object_list attributes in CBV ↵Andrew Pinkham
docs. Backport of fea45eff5a2f2ad10b2788603db80e5a4fe6be06 from master
2015-02-27[1.8.x] Fixed #24359 -- Cleaned up docs/ref/exceptions.htmlTim Graham
Backport of 2b19b3a031e7d5b5264bc9e880d0192301289bc2 from master
2015-02-22[1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
Backport of eba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 from master
2015-02-20[1.8.x] Update converters to take a consistent set of parameters.Marc Tamlyn
As suggested by Anssi. This has the slightly strange side effect of passing the expression to Expression.convert_value has the expression passed back to it, but it allows more complex patterns of expressions. Backport of 32d4db66b9 from master
2015-02-19[1.8.x] Set context.template instead of context.engine while rendering.Aymeric Augustin
This opens more possibilities, like accessing context.template.origin. It also follows the chain of objects instead of following a shortcut. Backport of 1bfcc95 from master
2015-02-17[1.8.x] Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for ↵Tim Graham
contrib.postgres). Backport of 3adc5f1ee6618a615db07d4a868b366a15c39f82 from master
2015-02-16[1.8.x] Fixed #24350 -- Freshened up database install topic section.Tim Graham
Backport of 35f0cae19de226d9d7771304fc8dd2619e644998 from master
2015-02-16[1.8.x] Removed a note about old versions of MySQLdb.Tim Graham
Backport of f3bc7c5447a1e4bfa428a7ff32ea3336850c5c2d from master
2015-02-15[1.8.x] Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
Backport of 15b711b from master.
2015-02-14[1.8.x] Fixed #24144 -- Documented that GEOSGeometry.envelope can return a pointClaude Paroz
Thanks Manel Clos for the report. Backport of 1379165b35 from master.
2015-02-14[1.8.x] Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.Loic Bistuer
Thanks Carl Meyer and Tim Graham for the reviews and to all involved in the discussion. Backport of 18c0aaa9123579375294fcc4a8ee7e3530176b88 from master
2015-02-13[1.8.x] Added each_context() and a template tip to custom admin view docs.Joe Simpson
Backport of 648e516b8d5694c01a225fe27429f0bf7776fb43 from master
2015-02-13[1.8.x] Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann
Previously Django only checked for the table name in CreateModel operations in initial migrations and faked the migration automatically. This led to various errors and unexpected behavior. The newly introduced --fake-initial flag to the migrate command must be passed to get the same behavior again. With this change Django will bail out in with a "duplicate relation / table" error instead. Thanks Carl Meyer and Tim Graham for the documentation update, report and review. Backport of f287bec5833d75750fa6368bc2802741b7924533 from master
2015-02-12[1.8.x] Refs #14030 -- Improved expression support for python valuesJosh Smeaton
Backport of e2d6e14662d780383e18066a3182155fb5b7747b from master
2015-02-05[1.8.x] Improved nested ArrayField exampleTom Christie
Backport of 737b184d914d5cc4a6ed8fe2a1d66ec1b7369f46 from master
2015-02-04[1.8.x] Fixed typos of "select_related" in docs and tests.Josh Schneier
Backport of 7d363ed43247a80d2b764723e1bf6e0e6da4e82f from master
2015-02-03[1.8.x] Fixed typos in docs/ref/forms/validation.txt.minusf
Backport of 66f5aa9fa5d53ddd7fbdb7ddac39c429f0c1b4fd from master
2015-02-03[1.8.x] Fixed #23617 -- Added get_pk_value_on_save()Anssi Kääriäinen
The method is mainly intended for use with UUIDField. For UUIDField we want to call the field's default even when primary key value is explicitly set to None to match the behavior of AutoField. Thanks to Marc Tamlyn and Tim Graham for review. Backport of 8adc59038cdc6ce4f9170e4de2d716d940e136b3 from master
2015-02-03[1.8.x] Fixed broken links in class based views flattend index; refs #24250.Tim Graham
Backport of 9a391fbd6102176d576aa96ed3aeee9e9661b455 from master
2015-02-03[1.8.x] Fixed #24250 -- Corrected mistakes in FormMixin docs.Tim Graham
Backport of 5d193d042a3cc49033f0e8b5125913650d779496 from master
2015-02-03[1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
Specifically in rendering shortcuts, template responses, and class-based views that return template responses. Also added a test for render_to_response(status=...) which was missing from fdbfc980. Thanks Tim and Carl for the review. Backport of 2133f31 from master. Conflicts: docs/topics/http/shortcuts.txt tests/generic_views/test_base.py
2015-01-24[1.8.x] Fixed #24190 -- Clarified len(queryset)Collin Anderson
Backport of ee23e03637aa8b82311f93b0a660574a0512891a from master
2015-01-23[1.8.x] Fixed #24170 -- Implemented decompress for BaseRangeField widgetsNg Zhi An
Backport of 4669b6a807811d6763b9fdc5df974cb67aa1fb56 from master
2015-01-20[1.8.x] Fixed #24186 -- Fixed a typo in the admin docs.Simon Charette
Thanks to Keryn Knight for the report. Backport of dccf41cff0f46a94aa1d853d1bad9052079bb454 from master