summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2017-05-13Documented OSMWidget.default_lat/lon.Danilo Bargen
2017-05-12Fixed widgets module path in docs/ref/contrib/gis/forms-api.txt.Tim Graham
2017-05-06Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.François Freitag
2017-05-05Fixed typo in docs/ref/forms/fields.txt.Christoph Schindler
2017-05-04Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.Tim Graham
2017-05-04Fixed broken links to Oracle docs.Mariusz Felisiak
2017-05-02Fixed broken link to mysqlclient docs.Tim Graham
2017-04-26Fixed #28037 -- Clarified that QueryDict.items()/values() are generators.Daniel F Moisset
2017-04-26Added links and cosmetic edits to docs/ref/request-response.txt.Tim Graham
2017-04-26Fixed #28137 -- Deprecated HttpRequest.xreadlines().Josh Schneier
2017-04-26Fixed #27730 -- Doc'd that template vars created outside a block can't be use...kapil garg
2017-04-26Refs #23919 -- Removed File's Python 2 proxied methods.Josh Schneier
2017-04-26Fixed #27644 -- Doc'd FileSystemStorage.get_created_time().Ingo Klöcker
2017-04-25Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.post...Paolo Melchiorre
2017-04-25Removed nonexistent methods from File's docs.Josh Schneier
2017-04-24Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen
2017-04-14Fixed #28067 -- Clarified __str__() return type when using python_2_unicode_c...Tim Graham
2017-04-14Double quoted HTML attributes in widget docsClaude Paroz
2017-04-12Corrected docs regarding MySQL support of Length GIS function.Sergey Fedoseev
2017-04-11Fixed outdated TIME_FORMAT in docs/ref/templates/builtins.txt.Christoph Schindler
2017-04-11Updated docs after changing select_for_update() to raise NotSupportedError.Ran Benita
2017-04-10Fixed #27947 -- Doc'd that model Field.error_messages often don't propagate t...Taavi Teska
2017-04-07Fixed #27777 -- Made File.open() work with the with statement (#8310)Ingo Klöcker
2017-04-06Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).Richard Barrell
2017-04-05Fixed #28025 -- Fixed typo in docs/ref/models/querysets.txt.Sudhanshu Mishra
2017-04-03Refs #27834 -- Removed Value wrapping from StrIndex's substring param.Adam Johnson
2017-04-03Refs #12410 -- Doc'd LineLocatePoint in functions' summary table.Sergey Fedoseev
2017-04-02Fixed #11854 -- Added Azimuth GIS function. (#8286)Sergey Fedoseev
2017-04-01Clarified meaning of "Optional" in auth.models.User field docs.Jirka Schäfer
2017-04-01Fixed #25874 -- Made GEOSGeometry read SRID from GeoJSON input.Sergey Fedoseev
2017-04-01Fixed #12410 -- Added LineLocatePoint GIS function.Sergey Fedoseev
2017-04-01Fixed #28004 -- Doc'd how to create migrations for an app without a migration...Tim Graham
2017-04-01Fixed #26967 -- Added MySQL support for AsGeoJSON, GeoHash, IsValid functions...Sergey Fedoseev
2017-03-31Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates en...Carlton Gibson
2017-03-31Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm
2017-03-30Fixed #25873 -- Made GEOSGeometry handle the srid parameter more predictably.Sergey Fedoseev
2017-03-28Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.Tim Graham
2017-03-27Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.Claude Paroz
2017-03-23Refs #27556, #27488 -- Updated support backends docs for isvalid lookup.Sergey Fedoseev
2017-03-22Linked GIS QuerySet API docs to corresponding PostGIS docs.Sergey Fedoseev
2017-03-22Clarified backend support of Area GIS function.Sergey Fedoseev
2017-03-21Fixed #27945 -- Clarified that RegexValidator searches with the regex.seanfagan
2017-03-21Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak
2017-03-21Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.Tim Graham
2017-03-20Removed extra characters in docs header underlines.Mariusz Felisiak
2017-03-17Clarified return value of NumGeometries GIS function.Sergey Fedoseev
2017-03-17Removed MySQL (unsupported) from Perimeter docs.Sergey Fedoseev
2017-03-16Removed self from method signatures in docs.Alasdair Nicol
2017-03-16Added SpatiaLite NumPoints support for non-LINESTRING geometries.Sergey Fedoseev
2017-03-16Linked GIS functions docs to corresponding PostGIS docs.Sergey Fedoseev