Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref
Commit message (Collapse)AuthorAgeFilesLines
...
* Refs #25236 -- Discouraged use of ifequal/ifnotequal ↵Tim Graham2015-08-081-35/+8
| | | | template tags.
* Corrected some inconsistent headings in ↵Tim Graham2015-08-081-22/+19
| | | | docs/ref/templates/builtins.txt.
* Updated various links in docsClaude Paroz2015-08-086-18/+14
|
* Updated Wikipedia links to use httpsClaude Paroz2015-08-089-18/+18
|
* Fixed #25175 -- Renamed the postgresql_psycopg2 database ↵Caio Ariede2015-08-073-8/+12
| | | | backend to postgresql.
* Fixed #25213 -- Discouraged use of QuerySet.extra()Tim Graham2015-08-051-0/+28
| | | | | Thanks Anssi Kääriäinen for the draft text and Simon Charette for review.
* Fixed #25212 -- Documented the RawSQL expression.Tim Graham2015-08-052-5/+34
|
* Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txtTim Graham2015-08-041-1/+1
|
* Fixed #25211 -- Added HttpRequest.get_port() and ↵Matt Robenolt2015-08-042-0/+22
| | | | USE_X_FORWARDED_PORT setting.
* Refs #17914 -- Discouraged using reverese() with callables.Tim Graham2015-08-031-0/+1
|
* Fixed #25146 -- Allowed method_decorator() to decorate ↵Rigel Di Scala2015-08-011-2/+8
| | | | classes.
* Fixed #24690 -- Added a warning about mutable defaults ↵Tim Graham2015-08-011-0/+12
| | | | for ArrayField/JSONField.
* Refs #25184 -- Started deprecation for contrib.gis.geoip.Flavio Curella2015-07-311-0/+6
|
* Fixed #25184 -- Added support for MaxMind GeoLite2 ↵Flavio Curella2015-07-312-0/+174
| | | | database format
* Fixed #25174 -- Moved some details of CheckMessage to ↵Tim Graham2015-07-311-0/+60
| | | | the reference guide.
* Removed unnecessary F() from Func expressions docsAlasdair Nicol2015-07-311-1/+1
|
* Refs #18556 -- Fixed a typo in the related manager add() ↵Simon Charette2015-07-281-1/+1
| | | | method docs.
* Fixed #18556 -- Allowed RelatedManager.add() to execute ↵Tim Graham2015-07-281-3/+17
| | | | | | 1 query where possible. Thanks Loic Bistuer for review.
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-2810-98/+170
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #25159 -- Removed brackets from ↵Tim Graham2015-07-2722-73/+73
| | | | | | class/function/method signatures in docs. Thanks hellbeast for the initial patch.
* Fixed typo in docs/ref/middleware.txtjorgecarleitao2015-07-271-1/+1
|
* Fixed #22258 -- Added progress status for dumpdata when ↵Claude Paroz2015-07-241-0/+6
| | | | | | outputting to file Thanks Gwildor Sok for the report and Tim Graham for the review.
* Added PostgreSQL non-durable settings hint in docs.Federico Capoano2015-07-211-0/+13
| | | | | Following discussion on django-developers: https://groups.google.com/d/topic/django-developers/IkRgMxTTzPQ/discussion
* Fixed #25129 -- Made model instance defaults work with ↵Tim Graham2015-07-211-0/+4
| | | | migrations (refs #24919).
* Fixed #25141 -- Diminished GDAL dependence during ↵Claude Paroz2015-07-201-3/+11
| | | | | | | geojson serialization Only require GDAL if contained geometries need coordinate transformations. Thanks drepo for the report and Tim Graham for the review.
* Fixed signature of ModelAdmin.get_paginator() in docs.Ali Vakilzade2015-07-201-1/+1
|
* Fixed #16501 -- Added an allow_unicode parameter to ↵Edward Henderson2015-07-174-4/+41
| | | | | | SlugField. Thanks Flavio Curella and Berker Peksag for the initial patch.
* Fixed #25125 -- Updated docs on cookie naming conventions.Konrad Świat2015-07-171-5/+6
| | | | Thanks Tim Graham for the review and kezabelle for the report.
* Fixed #25078 -- Added support for disabled form fieldsClaude Paroz2015-07-161-0/+11
| | | | Thanks Keryn Knight and Tim Graham for the reviews.
* Fixed #25120 -- Deprecated egg template loader.Tim Graham2015-07-161-0/+4
|
* Refs #24219 -- Removed inaccurate sentence after move of ↵Tim Graham2015-07-151-2/+1
| | | | SelectDateWidget.
* Fixed typo in SelectDateWidget docs.Tim Graham2015-07-151-1/+1
|
* Fixed #24966 -- Added deployment system check for empty ↵rroskam2015-07-151-0/+1
| | | | ALLOWED_HOSTS.
* Fixed #25079 -- Added warning if both TEMPLATES and ↵Daniel Roseman2015-07-131-0/+6
| | | | | | | | | | | | TEMPLATE_* settings are defined. Django ignores the value of the TEMPLATE_* settings if TEMPLATES is also set, which is confusing for users following older tutorials. This change adds a system check that warns if any of the TEMPLATE_* settings have changed from their defaults but the TEMPLATES dict is also non-empty. Removed the TEMPLATE_DIRS from the test settings file; this was marked for removal in 1.10 but no tests fail if it is removed now.
* Documented templates system check type.Tim Graham2015-07-131-0/+1
|
* Fixed #25116 -- Removed long-broken admindocs bookmarkletsBen Spaulding2015-07-131-13/+4
| | | | These were broken back in commit 64e11a6.
* Fixed #24984 -- Added link to Jinja2 static tag ↵Chris McCollister2015-07-131-0/+5
| | | | instructions in staticfiles docs.
* Fixed #25103 -- Corrected versionadded for FileResponseMatthew Madurski2015-07-101-1/+1
|
* Fixed #25048 -- Documented that runservers strips ↵Tim Graham2015-07-091-0/+6
| | | | | | headers with underscores. refs 316b8d49746933d1845d600314b002d9b64d3e3d
* Fixed #25051 -- Clarified return type of {% now %} tag.Tim Graham2015-07-041-2/+2
|
* Fixed mistake in Model.from_db() example.Luke2015-07-031-1/+1
|
* Fixed #25029 -- Added PersistentRemoteUserMiddleware for ↵Jan Pazdziora2015-07-021-0/+8
| | | | login-page-only external authentication.
* Fixed #24997 -- Enabled bulk_create() on proxy modelsWilliam Schwartz2015-07-021-0/+4
|
* Fixed #4960 -- Added "strip" option to CharFieldCurtis2015-07-011-3/+17
|
* Fixed #25038 -- Reverted incorrect documentation about ↵Tim Graham2015-06-301-10/+5
| | | | | | inspectdb introspecting views. This reverts commit bd691f4586c8ad45bd059ff9d3621cbf8afdcdce (refs #24177).
* Fixed #25033 -- Added context_processors.auth to ↵Tim Graham2015-06-271-1/+2
| | | | documented admin dependencies.
* Refs #24127 -- Added documentation for ↵Marten Kenbeek2015-06-251-0/+7
| | | | HttpRequest.current_app.
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-247-13/+13
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Refs #24840 -- Added GDALRaster Warp and transform methodsDaniel Wiesmann2015-06-241-2/+84
| | | | Thanks to Tim Graham for the review.
* Fixed #25001 -- Doc'd caveat about collectstatic and ↵Tim Graham2015-06-221-0/+6
| | | | | | removing INSTALLED_APPS. Thanks aRkadeFR for the initial patch.