summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-09-06Fixed #24865 -- Added remove_stale_contenttypes management command.Tim Graham
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-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 #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-01Added tests for collectstatic interactivity.François Freitag
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-01Clarified URL regex check message with respect to include().Riccardo Magliocchetti
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-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 #27131 -- Passed proper string type to SMTP connection loginClaude Paroz
2016-08-30Fixed #27153 -- Added validation for HttpResponse status.Ryan Allen
2016-08-30Fixed #27113 -- Tested that setting HttpRequest.encoding clears POST.PremAnand Lakshmanan
2016-08-30Fixed #26685 -- Added dwithin lookup support on SpatiaLite.Kevan Swanberg
2016-08-30Fixed #25109 -- Stopped silencing explicitly specified migration modules impo...Simon Charette
2016-08-30Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_const...Akshesh
2016-08-29Fixed #19914 -- Fixed test failures with pylibmc.Ed Morley
2016-08-29Fixed #27132 -- Allowed testing MemcachedCache and PyLibMCCache during the sa...Ed Morley
2016-08-29Refs #19914 -- Split the test_invalid_keys cache test into two.Ed Morley
2016-08-28Fixed typo in auth management test.Jon Dufresne
2016-08-28Refs #27132 -- Added pylibmc to test requirements.Ed Morley
2016-08-26Fixed #27126 -- Made {% regroup %} return a namedtuple to ease unpacking.Baptiste Mispelon
2016-08-26Fixed #27124 -- Excluded cull-related cache configs from memcached tests.Ed Morley
2016-08-26Fixed #26942 -- Added support for subtests during parallel testing.Chris Jerdonek
2016-08-25Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot
2016-08-25Fixed #25995 -- Added an encoder option to JSONFieldClaude Paroz
2016-08-24Fixed #27039 -- Fixed empty data fallback to model field default in model forms.Tim Graham
2016-08-24Fixed #26816 -- Corrected an admin check to require inlines to subclass Inlin...Berker Peksag
2016-08-24Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fi...Berker Peksag
2016-08-24Fixed #26866 -- Added format_lazy functionMattias Loverot
2016-08-24Fixed #27100 -- Included already applied migration changes in the pre-migrate...Simon Charette
2016-08-24Fixed #27044 -- Included already applied migration changes in the post-migrat...Simon Charette
2016-08-23Fixed #27089 -- Added database alias to InconsistentMigrationHistory message.Tim Graham
2016-08-23Fixed #27103 -- Registered vcapi/rcapi GDAL prototypes based on their own dri...Matthew Somerville
2016-08-23Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFOClaude Paroz
2016-08-23Fixed #26998 -- Reverted some admin checks from checking field.many_to_many b...Collin Anderson
2016-08-23Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.Chris Jerdonek
2016-08-20Fixed #27018 -- Fixed admindocs crash with a view in a class.Helen Sherwood-Taylor