summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-03-31Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates en...Carlton Gibson
2017-03-31Added tests for template's Engine.get_default().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-29Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least and...Sergey Fedoseev
2017-03-29Fixed #27973 -- Fixed GeoJSON representation of LinearRing and custom GEOSGeo...Sergey Fedoseev
2017-03-29Made isvalid lookup use IsValid function to decrease code redundancy.Sergey Fedoseev
2017-03-29Fixed #25414 -- Fixed QuerySet.annotate() with pk in values() on MySQL.Mariusz Felisiak
2017-03-27Refs #27736 -- Used decorators for GIS lookup registration.Sergey Fedoseev
2017-03-27Fixed #21160 -- Fixed QuerySet.in_bulk() crash on SQLite when requesting more...Mariusz Felisiak
2017-03-25Fixed #27956 -- Fixed display of errors in an {% extends %} child.Tim Graham
2017-03-24Refs #21160 -- Replaced DatabaseFeatures.supports_1000_query_parameters by a ...Mariusz Felisiak
2017-03-23Fixed #27962 -- Allowed lookups on Area annotations.Sergey Fedoseev
2017-03-23Fixed #27603 -- Fixed AsKML when queryset is evaluated more than once.Sergey Fedoseev
2017-03-23Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' for fields ...Kapil Garg
2017-03-22Fixed #27975 -- Fixed crash if ModelChoiceField's queryset=None.James Beith
2017-03-21Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak
2017-03-21Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.Tim Graham
2017-03-21Fixed #27965 -- Fixed precision comparison in a geoforms test (refs #27939).Sergey Fedoseev
2017-03-20Fixed #27957 -- Removed technical terms from InlineForeignKeyField/ModelMulti...Jon Dufresne
2017-03-20Fixed #27890 -- Fixed FileNotFoundError cleanup exception in runtests.py on P...Tim Graham
2017-03-18Fixed #27724 -- Fixed SelectDateWidget redisplay if a year isn't chosen.Adonys Alea Boffill
2017-03-18Added tests for SelectDateWidget.format_value().Adonys Alea Boffill
2017-03-18Fixed #27935 -- Fixed crash with BrinIndex name > 30 characters.Mads Jensen
2017-03-17Fixed #27939 -- Updated OpenLayersWidget.map_srid for OpenLayers 3.Tim Graham
2017-03-17Fixed #27948 -- Removed incorrect unquote() in static serving views.Tim Graham
2017-03-17Replaced type-specific assertions with assertEqual().Tim Graham
2017-03-16Updated postgis.net and gaia-gis.it links to https.Tim Graham
2017-03-16Fixed nondeterministic ordering test failure in model_forms.Mariusz Felisiak
2017-03-16Removed GeoQuerySet leftovers.Sergey Fedoseev
2017-03-15Fixed #27897 -- Fixed crash with 'pk' in ModelAdmin.search_filters.Josh Schneier
2017-03-15Fixed #27882 -- Allowed {% cache %} to cache indefinitely.Bo Marchman
2017-03-15Refs #27563 -- Fixed ModelChoiceField.__deepcopy__() so forms don't share a q...Tim Graham
2017-03-14Fixed #27834 -- Added StrIndex database function.Brad Melin
2017-03-14Fixed #27920 -- Restored empty RadioSelect choice producing value=""Claude Paroz
2017-03-13Refs #27788 -- Removed Oracle 11 workarounds in GIS tests.Sergey Fedoseev
2017-03-11Fixed #27904 -- Added a system check that Field.validators are callable.Adam Chainz
2017-03-09Decoupled test client encoding tests from JSON handlingClaude Paroz
2017-03-09Reverted "Refs #16682 -- Tested transaction.atomic() with KeyboardInterrupt."Tim Graham
2017-03-07Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend.Camilo Nova
2017-03-07Factored out uid/user tokens in auth_tests urlpatterns.Tim Graham
2017-03-07Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data().Raphael Merx
2017-03-07Refs #27622 -- Fixed a regression in JSON content-type detectionClaude Paroz
2017-03-07Renamed a test variable to prevent possible conflict with importsClaude Paroz
2017-03-07Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."Tim Graham
2017-03-06Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining.Bo Marchman
2017-03-06Fixed #27475 -- Fixed NonExistentTimeError crash in ModelAdmin.date_hierarchy.Anton Samarchyan
2017-03-04Refs #27795 -- Removed unneeded force_text callsClaude Paroz
2017-03-04Fixed #27900 -- Made escapejs escape backticks for use in ES6 template literals.Tim Graham
2017-03-03Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside non-namesp...Tim Graham