summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2017-04-07Fixed #28051 -- Made migrations respect Index's name argument.Markus Holtermann
2017-04-07Fixed #27777 -- Made File.open() work with the with statement (#8310)Ingo Klöcker
2017-04-07Fixed #22654 -- Broken decimal validationRaphael Michel
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-05Back to the future.Florian Apolloner
2017-04-04Added stub release notes for 1.11.1.Tim Graham
2017-04-04Added CVE-2017-7233,4 to the security release archive.Tim Graham
2017-04-04Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.Tim Graham
2017-04-04Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.static.serv...Tim Graham
2017-04-04Added stub release notes for security releases.Tim Graham
2017-04-03Refs #27834 -- Removed Value wrapping from StrIndex's substring param.Adam Johnson
2017-04-03Fixed typos in docs/howto/static-files/index.txt.Aleksej Manaev
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 #28003 -- Doc'd what an auto-created OneToOneField parent_link looks like.Simon Charette
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
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-27Made a few cosmetic updates to "Migrations that add unique fields".Paolo Melchiorre
2017-03-27Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.Claude Paroz
2017-03-25Removed unexpected initial attribute in data migration examples.Stefano Rivera
2017-03-25Removed unused links in docs/internals/contributing/triaging-tickets.txt.Sergey Fedoseev
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-21Fixed #27949 -- Doc'd how OpenLayers 3 widgets work.Tim Graham
2017-03-21Fixed #27963 -- Removed unneeded docstring example in contributing docs.Mikkel Munch Mortensen
2017-03-21Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.Tim Graham
2017-03-21Removed an obsolete temporal reference in docs/faq/general.txt.Garry Polley
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
2017-03-16Removed unused words from docs/spelling_wordlist.Mariusz Felisiak
2017-03-16Updated postgis.net and gaia-gis.it links to https.Tim Graham
2017-03-16Updated Django checkout URL to use https.Adi Mukherjee
2017-03-15Fixed #27882 -- Allowed {% cache %} to cache indefinitely.Bo Marchman
2017-03-15Fixed #27918 -- Documented ChoiceWidget.option_template_namePavel Kulikov