summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.Daniel Hahler2016-09-036-15/+23
* Fixed #27097 -- Added index type introspection to built-in db backends.Akshesh2016-09-028-20/+23
* Added error messages for GIS DB functions when used with rasters.Daniel Wiesmann2016-09-022-1/+22
* Fixed #25476 -- Allowed PostgreSQL introspection to work regardless of table ...Marcos Vives Del Sol2016-09-021-56/+34
* Fixed #27108 -- Displayed collectstatic's delete/overwrite warnings only if s...François Freitag2016-09-022-11/+38
* Fixed #11331 -- Stopped closing pylibmc connections after each request.Ed Morley2016-09-022-1/+13
* Refs #5133 -- Tested memcached connection closing after each request.Ed Morley2016-09-021-0/+7
* Doc'd how to remove old references in migration files.Tim Graham2016-09-021-0/+3
* Fixed #27099 -- Documented list filter's has_output() method.Jeff Willette2016-09-021-0/+3
* Added tests for collectstatic interactivity.François Freitag2016-09-011-1/+35
* Refs #25850, #27142, #27110 -- Documented migration history consistency checks.Shai Berger2016-09-013-5/+39
* Added stub release notes for 1.10.2.Tim Graham2016-09-012-0/+13
* Added release date for 1.10.1.Tim Graham2016-09-011-1/+1
* Fixed #27142, #27110 -- Made makemigrations consistency checks respect databa...Tim Graham2016-09-016-29/+48
* Fixed #5908 -- Added {% resetcycle %} template tag.Sergei Maertens2016-09-014-0/+197
* Updated roadmap link for 1.11.Ed Morley2016-09-011-1/+1
* Clarified URL regex check message with respect to include().Riccardo Magliocchetti2016-09-013-3/+14
* Refs #27162 -- Complemented docs related to CreateExtensionClaude Paroz2016-09-012-1/+18
* Refs #27164 -- Fixed typo in docs/topics/db/multi-db.txtTim Graham2016-09-011-1/+1
* Refs #27039 -- Fixed regression with field defaults in prefixed forms.Alex Hill2016-09-012-1/+17
* Fixed #24112 -- Fixed assertInHTML()'s counting if needle has no root element.Adam Zapletal2016-08-312-0/+10
* Fixed #25181 -- Added localdate() function to get date in a different time zone.Jon Dufresne2016-08-314-5/+65
* Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.Ed Morley2016-08-314-3/+14
* Added a test for multiple memcached servers in LOCATION.Ed Morley2016-08-311-0/+10
* Fixed #27140 -- Prevented template rendering from hiding a property's TypeError.Tim Graham2016-08-313-3/+11
* Fixed #20892 -- Allowed configuring memcached client using OPTIONS.Ed Morley2016-08-316-11/+120
* Made settings docs link to cache parameters more specific.Ed Morley2016-08-312-1/+3
* Removed unused variable in test_memcached_uses_highest_pickle_versionEd Morley2016-08-311-1/+1
* Fixed #27154 -- Allowed comparing CallableBool with bitwise or.Olexander Yermakov2016-08-313-1/+15
* Fixed typo in docs/topics/testing/overview.txtMike Fiedler2016-08-311-1/+1
* Fixed #27131 -- Passed proper string type to SMTP connection loginClaude Paroz2016-08-312-5/+54
* Fixed #27153 -- Added validation for HttpResponse status.Ryan Allen2016-08-302-3/+29
* Fixed #27081 -- Allowed migrations to serialize methods on pypy.Tim Graham2016-08-301-1/+1
* Fixed #27145 -- Updated Storage.save() docs for refs #18899.Tim Graham2016-08-301-2/+2
* Fixed #27113 -- Tested that setting HttpRequest.encoding clears POST.PremAnand Lakshmanan2016-08-301-0/+12
* Fixed #26685 -- Added dwithin lookup support on SpatiaLite.Kevan Swanberg2016-08-305-5/+11
* Fixed #25109 -- Stopped silencing explicitly specified migration modules impo...Simon Charette2016-08-304-6/+28
* Removed double semicolon in SQL queryClaude Paroz2016-08-301-1/+1
* Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_const...Akshesh2016-08-304-25/+24
* Clarified topological_sort_as_sets() docstring.Pavel Sutyrin2016-08-291-1/+1
* Fixed #19914 -- Fixed test failures with pylibmc.Ed Morley2016-08-291-1/+18
* Fixed #27132 -- Allowed testing MemcachedCache and PyLibMCCache during the sa...Ed Morley2016-08-291-34/+42
* Refs #19914 -- Split the test_invalid_keys cache test into two.Ed Morley2016-08-291-25/+24
* Fixed typo in auth management test.Jon Dufresne2016-08-281-3/+3
* Refs #27132 -- Added pylibmc to test requirements.Ed Morley2016-08-281-0/+2
* Fixed #27136 -- Changed auth forms' autofocus attribute to HTML5 boolean syntax.Jon Dufresne2016-08-281-4/+4
* Added Django 1.11, 2.0 to Python version support table.Tim Graham2016-08-261-1/+3
* Fixed #27126 -- Made {% regroup %} return a namedtuple to ease unpacking.Baptiste Mispelon2016-08-264-2/+52
* Fixed incorrect variable name in {% regroup %} docs.Baptiste Mispelon2016-08-261-4/+4
* Changed the example in the {% regroup %} docstring.Baptiste Mispelon2016-08-261-22/+23