summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-08-05Fixed #25213 -- Discouraged use of QuerySet.extra()Tim Graham
2015-08-05Fixed #25212 -- Documented the RawSQL expression.Tim Graham
2015-08-04Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txtTim Graham
2015-08-04Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting.Matt Robenolt
2015-08-03Refs #17914 -- Discouraged using reverese() with callables.Tim Graham
2015-08-01Fixed #25146 -- Allowed method_decorator() to decorate classes.Rigel Di Scala
2015-08-01Fixed #24690 -- Added a warning about mutable defaults for ArrayField/JSONField.Tim Graham
2015-07-31Refs #25184 -- Started deprecation for contrib.gis.geoip.Flavio Curella
2015-07-31Fixed #25184 -- Added support for MaxMind GeoLite2 database formatFlavio Curella
2015-07-31Fixed #25174 -- Moved some details of CheckMessage to the reference guide.Tim Graham
2015-07-31Removed unnecessary F() from Func expressions docsAlasdair Nicol
2015-07-27Refs #18556 -- Fixed a typo in the related manager add() method docs.Simon Charette
2015-07-28Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-07-27Fixed typo in docs/ref/middleware.txtjorgecarleitao
2015-07-24Fixed #22258 -- Added progress status for dumpdata when outputting to fileClaude Paroz
2015-07-21Added PostgreSQL non-durable settings hint in docs.Federico Capoano
2015-07-21Fixed #25129 -- Made model instance defaults work with migrations (refs #24919).Tim Graham
2015-07-20Fixed #25141 -- Diminished GDAL dependence during geojson serializationClaude Paroz
2015-07-20Fixed signature of ModelAdmin.get_paginator() in docs.Ali Vakilzade
2015-07-17Fixed #16501 -- Added an allow_unicode parameter to SlugField.Edward Henderson
2015-07-17Fixed #25125 -- Updated docs on cookie naming conventions.Konrad Świat
2015-07-16Fixed #25078 -- Added support for disabled form fieldsClaude Paroz
2015-07-16Fixed #25120 -- Deprecated egg template loader.Tim Graham
2015-07-15Refs #24219 -- Removed inaccurate sentence after move of SelectDateWidget.Tim Graham
2015-07-15Fixed typo in SelectDateWidget docs.Tim Graham
2015-07-15Fixed #24966 -- Added deployment system check for empty ALLOWED_HOSTS.rroskam
2015-07-13Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settings are d...Daniel Roseman
2015-07-13Documented templates system check type.Tim Graham
2015-07-13Fixed #25116 -- Removed long-broken admindocs bookmarkletsBen Spaulding
2015-07-13Fixed #24984 -- Added link to Jinja2 static tag instructions in staticfiles d...Chris McCollister
2015-07-10Fixed #25103 -- Corrected versionadded for FileResponseMatthew Madurski
2015-07-09Fixed #25048 -- Documented that runservers strips headers with underscores.Tim Graham
2015-07-04Fixed #25051 -- Clarified return type of {% now %} tag.Tim Graham
2015-07-03Fixed mistake in Model.from_db() example.Luke
2015-07-02Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only exte...Jan Pazdziora
2015-07-02Fixed #24997 -- Enabled bulk_create() on proxy modelsWilliam Schwartz
2015-07-01Fixed #4960 -- Added "strip" option to CharFieldCurtis
2015-06-30Fixed #25038 -- Reverted incorrect documentation about inspectdb introspectin...Tim Graham
2015-06-27Fixed #25033 -- Added context_processors.auth to documented admin dependencies.Tim Graham
2015-06-25Refs #24127 -- Added documentation for HttpRequest.current_app.Marten Kenbeek
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-24Refs #24840 -- Added GDALRaster Warp and transform methodsDaniel Wiesmann
2015-06-22Fixed #25001 -- Doc'd caveat about collectstatic and removing INSTALLED_APPS.Tim Graham
2015-06-22Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified.Bipin Suresh
2015-06-22Fixed #24970 -- Added --managers and --admins options to the sendtestemail ma...Rolo
2015-06-21Fixed #24985 -- Added note about possible invalid feed contentClaude Paroz
2015-06-20Fixed #25010 -- Documented APP_DIRS default in startproject's settings.pyTim Graham