summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2015-11-03[1.8.x] Updated admindocs instructions for the deprecation of patterns().Tim Graham
Backport of 4dea29ec7b09e743268fff17d12171cc5498ae81 from master
2015-11-03[1.8.x] Fixed #25132 -- Documented how to retrieve a single value using ↵Alex Morozov
values_list() and get(). Backport of 4373eac99828d99718a7b245d160e7e64fce2e95 from master
2015-10-31[1.8.x] Refs #25636 -- Updated instructions for libspatialite source ↵Sergey Fedoseev
installation Backport of cdb17dcb64d141c5d1919888a32a6f3e3cd58616 from master
2015-10-30[1.8.x] Fixed #24019 -- Fixed inaccurate docs about GenericRelation not ↵Tim Graham
supporting aggregation. This works at least as far back as Django 1.6 according to the test added in refs #10870. Backport of e19bd086d608c981098130a49e406de91dcc3d26 from master
2015-10-30[1.8.x] Fixed #21422 -- Documented that prefetch_related() results must be ↵Tim Graham
homogeneous. Backport of 69239c0f968ee55cb9ca1e31323fb696db0c2aec from master
2015-10-30[1.8.x] Fixed #25641 -- Removed section about adding Google projection to ↵Sergey Fedoseev
spatial_ref_sys table Backport of 9ae8da0e3 from master.
2015-10-29[1.8.x] Fixed #25489 -- Documented that SESSION_SAVE_EVERY_REQUEST doesn't ↵Tim Graham
create empty sessions. Backport of abf5ccc29c45d53ec17541179bb5f0a75b28915d from master
2015-10-29[1.8.x] Fixed required SpatiaLite version in docs.Sergey Fedoseev
Refs bc0aba7786978ec312809eae5ecb3d751608b5b7 which dropped support for SpatiaLite < 2.4. Backport of 1a10ae45b102bd6dab15ef0bd95cda91635916ad from master
2015-10-28[1.8.x] Fixed #21516 -- Updated imports paths for some formset ↵Bryan Marty
functions/classes. Since refs #21489, FormSet classes and factories are exposed on the django.forms package. Backport of 455034d4df048010de4ae0a9a2392b70d1463c61 from master
2015-10-24[1.8.x] Fixed #25434 -- Documented HttpRequest.site and created a section ↵Tim Graham
for middleware attributes. Thanks Nick Pope for the initial patch. Backport of 02ef96c5e58d8d3492b6e38246c8268f1a0de47e from master
2015-10-24[1.8.x] Fixed #25603 -- Made clear that geometry's SRID is meant in docs for ↵Sergey Fedoseev
GEOSGeometry.transform. Backport of 310049a5a from master.
2015-10-23[1.8.x] Fixed #25397 -- Documented class-based view context variable clash ↵Jacek Bzdak
with context processors. Backport of 494b7986a3e5996d857b085f188a630d1504d9ca from master
2015-10-23[1.8.x] Clarified that the test client response content attribute is bytes.薛丞宏
Backport of 484edc81c1ebd195c333f3ea8d3f9ca882a17837 from master
2015-10-21[1.8.x] Fixed #21894 -- Corrected a form.clean() example in case a ↵Tim Graham
superclass doesn't return data. Backport of 80855a4b3787bace050a8b4a2b80f79306e69812 from master
2015-10-21[1.8.x] Fixed #25574 -- Documented {{ dict.items }} shadowing in for ↵Jacek Bzdak
template tag docs. Backport of 32cd7069711d2e02fcd20c005c59c175d542c62e from master
2015-10-13[1.8.x] Fixed quotes in GeoQuerySet aggregates examples.Sergey Fedoseev
Backport of 92c1ae1b0b9955a511c19e07921c10126b6faa54 from master
2015-10-12Added precision about GeoJSON field outputsClaude Paroz
Backport of 533c10998 from master.
2015-10-03[1.8.x] Fixed #25398 -- Revised instances of os.path.join()Andrew Artajos
Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder') to os.path.join(BASE_DIR, 'folder', 'subfolder') Backport of d2ef521a53 from master.
2015-10-02[1.8.x] Fixed link to the MySQL Connector/Python Django Backend documentation.Nick Williams
Backport of 3f342d74e9196da475dd312cf43eaffec13af964 from master
2015-09-29[1.8.x] Fixed #25485 -- Improved deprecation docs for contenttypes ↵Tim Graham
reorganization.
2015-09-28[1.8.x] Fixed #24323 -- Documented @admin.register can't be used with ↵Tim Graham
super(XXXAdmin in __init__(). Backport of 4cd2bdae07ac5561fdae0eede58c68df4dfcc780 from master
2015-09-25[1.8.x] Corrected use of 'affect' vs 'effect' in docs.Rob Hudson
Backport of 021782d22b80ea57fdd5e040add58adeafaedc55 from master
2015-09-24[1.8.x] Bumped latest Python 2.7 release in docs/ref/databases.txt.Tim Graham
Backport of ce531f7ad783facc5799cf43b59b5ce053aa5d9e from master
2015-09-23[1.8.x] Fixed #25386 -- Warned about differences between Engine and ↵Tim Graham
DjangoTemplates. Backport of 2634f606d55b63511ab1c50c4fad2d52fbda1b19 from master
2015-09-22[1.8.x] Recommended against default_app_config.Aymeric Augustin
Most likely this is a losing fight -- people seem to love this small convention -- but at least the reasons for avoiding it will be documented. Refs #25356. Backport of 94a36cf from master
2015-09-19[1.8.x] Fixed #25430 -- Fixed incorrect RunSQL examples.Flavio Curella
Backport of 95edabb45e016ed269f96acc03d4a2bfcecd6b71 from master
2015-09-18[1.8.x] Made assorted improvements to the Oracle documentation.Mariusz Felisiak
Backport of 6f1b09bb5c1bafe4633514cbff37f9a7ed7a63ae from master
2015-09-16[1.8.x] Removed unnecessarily rude terminology.Stephen Paulger
Backport of 443dffbeb214da18a0a4204b5295c2b97df418ab from master
2015-09-14[1.8.x] Fixed #25369 -- Corrected syndication's get_object() example.Tim Graham
Backport of 64d7a553e1be20174b0aa2882111049abf392d4f from master
2015-09-12[1.8.x] Refs #25386 -- Added links to the OPTIONS of the built-in template ↵Tim Graham
backends. Backport of f3e5a746469401a16939de0fc17fed584ced2118 from master
2015-09-11[1.8.x] Refs #25381 -- Clarified that AppConfig model methods search only ↵Tim Graham
the current app. Backport of e7e8d30cae9457339eb49ae8584e82ff0a038e99 from master
2015-09-11[1.8.x] Fixed #25382 -- Removed obsolete references to DateQuerySet.Renato Oliveira
Backport of e3720b990a33ae259da4b1f1f6069aa6bbc8c03d from master
2015-09-11[1.8.x] Fixed #25351 -- Added example for database test settings to docs.Jose Carlos Menezes
Backport of cf99bae53af2ed8f73622bc8a8ed0331c272fda3 from master
2015-09-11[1.8.x] Fixed #25380 -- Added Postgres.app to the PostGIS options on OS X.Flavio Curella
Backport of 0c7c18cc9e80101c882749c99437ad700fde0ca0 from master
2015-09-09[1.8.x] Fixed #25371 -- Added reverse_sql and reverse_code examples to docs.Bibhas
Backport of 4283a038431ef6428d086d4911179bd8eb8b2299 from master
2015-09-05[1.8.x] Removed some discussion of deprecated {% url %} behavior.Tim Graham
Backport of dbd8e32f7495fed54203376493f09adc474ebde1 from master
2015-09-05[1.8.x] Added default value for default kwargs for QueryDict.David Sanders
Backport of 48c420d99209b147b58d7b873d1b54f76249c8dc from master
2015-09-04[1.8.x] Refs #25345 -- Updated links to code.google.com.Maxime Lorant
Backport of c92cd22d02349b73d169a3a2ff3b6fe7a54bfb0c from master
2015-09-03[1.8.x] Moved misplaced versionadded annotation.Tim Graham
Backport of 12083c5d47a8db1193e401fca1520da5d4a31668 from master
2015-08-27[1.8.x] Refs #2495 -- Documented that MySQL cannot have TextField(unique=True).Tim Graham
Backport of e8cbc2b322d873a6fe39faca18d340ce93035087 from master
2015-08-25[1.8.x] Updated PROJ.4 link to new GitHub wiki.David Sanders
Backport of 7efdd40407838dc3c922e0e62e9b4eefabe7de01 from master
2015-08-25[1.8.x] Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not ↵Tim Graham
per request. Backport of 2a1a085bf1355370205dd44fa60c6aab91ed0976 from master
2015-08-19[1.8.x] Recommended the JavaScript Cookie library instead of jQuery cookie.Marc
jQuery cookie is no longer maintained in favor of the JavaScript cookie library. This also removes the jQuery dependency. Backport of f9de1972685ab5ab31ce483a297d85d3e119088b from master
2015-08-18[1.8.x] Used consistent capitalization and hyphenation of "class-based ↵Anton Strogonoff
views" in docs. Backport of 20787b5c298d97dda10286a942a788423fed483f from master
2015-08-17[1.8.x] Limited line length in docs/ref/contrib/messages.txt example.Anton Strogonoff
Backport of d35f184b20743352dc41f1272184005054a36ae7 from master
2015-08-14[1.8.x] Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txtTim Graham
Backport of 5b5a27942b2fa113df4d6eb3d77a33c85f58634f from master
2015-08-13[1.8.x] Fixed #24988 -- Documented passing a dictionary of ValidationErrors ↵Adam Brenecki
to ValidationError Backport of 52a190b65781f8dc07abd230aaf9043fbdbf4fba from master
2015-08-12[1.8.x] Corrected indentation of JsonResponse docs.Tim Graham
Backport of 290145e6616b32a0b0c63f44b7c09d0a4af7dfd5 from master
2015-08-11[1.8.x] Fixed typo in docs/ref/contrib/gis/geoquerysets.txtTim Graham
Backport of 56ed80ac2a7dac6dc26754f7fe95941e8a6f124e from master
2015-08-10[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to ↵Tim Graham
Model.save() This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and 81e1a35c364e5353d2bf99368ad30a4184fbb653. Thanks Carl Meyer for review. Backport of 5980b05c1fad69eef907e0076aa2dc837edab529 from master