summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-03-15Fixed incorrect import in docs/ref/models/expressions.txt.lb1c
2017-03-14Fixed #27834 -- Added StrIndex database function.Brad Melin
2017-03-14Replaced docs/internals/team.txt with DSF teams page.Tobias McNulty
2017-03-14Fixed #27920 -- Restored empty RadioSelect choice producing value=""Claude Paroz
2017-03-14Fixed typo in docs/topics/db/aggregation.txt header.Mads Jensen
2017-03-14Used constant instead of hard-coded value for max index name lengthMads Jensen
2017-03-13Refs #27788 -- Removed Oracle 11 workarounds in GIS tests.Sergey Fedoseev
2017-03-13Typo fix.Florian Apolloner
2017-03-11Fixed #27904 -- Added a system check that Field.validators are callable.Adam Chainz
2017-03-10Fixed #27924 -- Added support for cx_Oracle 5.3.Mariusz Felisiak
2017-03-09Decoupled test client encoding tests from JSON handlingClaude Paroz
2017-03-09Described DEBUG_PROPAGATE_EXCEPTIONS behavior in more detail.Tim Graham
2017-03-09Reverted "Refs #16682 -- Tested transaction.atomic() with KeyboardInterrupt."Tim Graham
2017-03-08Fixed #27911 -- Doc'd how to register custom User with admin.David D Lowe
2017-03-08Fixed #24365 -- Made inspectdb translate MySQL unsigned integer columns to po...Mariusz Felisiak
2017-03-08Refs #27624 -- Made many attributes of Query immutable.Adam Johnson
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-07Added stub release notes for 1.10.7.Tim Graham
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 #26817 -- Doc'd downsides and alternatives to Jinja2 context processors.Tim Graham
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-04Refs #27656 -- Updated remaining docstring verbs according to PEP 257.Anton Samarchyan
2017-03-04Fixed #27900 -- Made escapejs escape backticks for use in ES6 template literals.Tim Graham
2017-03-03Refs #27656 -- Updated django.views docstring verbs according to PEP 257.Anton Samarchyan
2017-03-03Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside non-namesp...Tim Graham
2017-03-03Refs #27860 -- Simplified deleting indexes on PostgreSQL using "IF EXISTS".Mariusz Felisiak
2017-03-02Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering refers to ...David Szotten
2017-03-01Improved test coverage for django.contrib.auth.Anton Samarchyan
2017-03-01Fixed #26911 -- Removed NoReverseMatch silencing in RedirectView.Grzegorz Tężycki