summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23Refs #27556, #27488 -- Updated support backends docs for isvalid lookup.Sergey Fedoseev
2017-03-23Simplified handling of expressions in StatAggregate.Sergey Fedoseev
2017-03-23Fixed #27952 -- Added translation hint for RegexValidator error message.Paul
2017-03-23Removed unneeded Value wraps in Substr.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-22Fixed #27975 -- Fixed crash if ModelChoiceField's queryset=None.James Beith
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 #27960 -- Set errcheck=False for GDALAllRegister to prevent crash.Sergey Fedoseev
2017-03-21Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.Tim Graham
2017-03-21Fixed #27949 -- Doc'd how OpenLayers 3 widgets work.Tim Graham
2017-03-21Refs #27919 -- Changed contrib widget's get_context() attrs kwarg to an arg.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-21Refs #27919 -- Passed ChoiceWidget.create_option() kwargs as expected.Tim Graham
2017-03-21Removed more GeoQuerySet leftovers.Sergey Fedoseev
2017-03-21Fixed #27965 -- Fixed precision comparison in a geoforms test (refs #27939).Sergey Fedoseev
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-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-20Refs #27935 -- Fixed BrinIndex.max_name_length if a project's default databas...Mariusz Felisiak
2017-03-20Removed BaseSpatialOperations.truncate_params.Sergey Fedoseev
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-18Removed unused connector parameter of Query.build_filter().Mads Jensen
2017-03-18Removed unused rest_of_lookups parameter of Query.try_transform().Mads Jensen
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-17Clarified return value of NumGeometries GIS function.Sergey Fedoseev
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-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-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-15Fixed #27918 -- Documented ChoiceWidget.option_template_namePavel Kulikov