summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-09Organized forms_tests test_regressions.py.Tim Graham
2016-09-09Fixed #27195 -- Stopped dropping default when adding a nullable column.Simon Charette
2016-09-08Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...Jon Dufresne
2016-09-08Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.Chris Jerdonek
2016-09-08Refs #15250 -- Removed an obsolete comment regarding MTI cascade deletion.Simon Charette
2016-09-07Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView.Jon Dufresne
2016-09-07Refs #26956 -- Allowed is_safe_url() to validate against multiple hostsJon Dufresne
2016-09-07Fixed #27143 -- Allowed combining SearchQuery with more than one & or | opera...Nicola Jordan
2016-09-07Fixed #27174 -- Explained where PollsConfig comes from in tutorial 2.Ankur Gupta
2016-09-07Fixed #26908 -- Fixed crash with jsonfield__key__isnull lookup.Tim Graham
2016-09-07Fixed #27191 -- Fixed debug view crash for requests with 'items' in GET/POST/...Anatoly Burov
2016-09-07Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mode doesn't...Markus Gerards
2016-09-07Removed unused lines in multiple_database test.Tim Graham
2016-09-07Fixed #27172 -- Closed database cursor explicitly in two doc examplesChris Jerdonek
2016-09-06Fixed #24865 -- Added remove_stale_contenttypes management command.Tim Graham
2016-09-06Removed transitive import of types.MethodType from six.Curtis Maloney
2016-09-03Fixed #27171 -- Added unicode_literals and coding preamble to all files in st...Ivan
2016-09-03Fixed #25788 -- Enabled the cached template loader if debug is False.Tim Graham
2016-09-03Replaced smart_* by force_* calls whenever possibleClaude Paroz
2016-09-03Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.Daniel Hahler
2016-09-02Fixed #27097 -- Added index type introspection to built-in db backends.Akshesh
2016-09-02Added error messages for GIS DB functions when used with rasters.Daniel Wiesmann
2016-09-02Fixed #25476 -- Allowed PostgreSQL introspection to work regardless of table ...Marcos Vives Del Sol
2016-09-02Fixed #27108 -- Displayed collectstatic's delete/overwrite warnings only if s...François Freitag
2016-09-02Fixed #11331 -- Stopped closing pylibmc connections after each request.Ed Morley
2016-09-02Refs #5133 -- Tested memcached connection closing after each request.Ed Morley
2016-09-02Doc'd how to remove old references in migration files.Tim Graham
2016-09-02Fixed #27099 -- Documented list filter's has_output() method.Jeff Willette
2016-09-01Added tests for collectstatic interactivity.François Freitag
2016-09-01Refs #25850, #27142, #27110 -- Documented migration history consistency checks.Shai Berger
2016-09-01Added stub release notes for 1.10.2.Tim Graham
2016-09-01Added release date for 1.10.1.Tim Graham
2016-09-01Fixed #27142, #27110 -- Made makemigrations consistency checks respect databa...Tim Graham
2016-09-01Fixed #5908 -- Added {% resetcycle %} template tag.Sergei Maertens
2016-09-01Updated roadmap link for 1.11.Ed Morley
2016-09-01Clarified URL regex check message with respect to include().Riccardo Magliocchetti
2016-09-01Refs #27162 -- Complemented docs related to CreateExtensionClaude Paroz
2016-09-01Refs #27164 -- Fixed typo in docs/topics/db/multi-db.txtTim Graham
2016-09-01Refs #27039 -- Fixed regression with field defaults in prefixed forms.Alex Hill
2016-08-31Fixed #24112 -- Fixed assertInHTML()'s counting if needle has no root element.Adam Zapletal
2016-08-31Fixed #25181 -- Added localdate() function to get date in a different time zone.Jon Dufresne
2016-08-31Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.Ed Morley
2016-08-31Added a test for multiple memcached servers in LOCATION.Ed Morley
2016-08-31Fixed #27140 -- Prevented template rendering from hiding a property's TypeError.Tim Graham
2016-08-31Fixed #20892 -- Allowed configuring memcached client using OPTIONS.Ed Morley
2016-08-31Made settings docs link to cache parameters more specific.Ed Morley
2016-08-31Removed unused variable in test_memcached_uses_highest_pickle_versionEd Morley
2016-08-31Fixed #27154 -- Allowed comparing CallableBool with bitwise or.Olexander Yermakov
2016-08-31Fixed typo in docs/topics/testing/overview.txtMike Fiedler
2016-08-31Fixed #27131 -- Passed proper string type to SMTP connection loginClaude Paroz