summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-21[1.11.x] Bumped version for 1.11 release candidate 1.1.11rc1Tim Graham
2017-03-21[1.11.x] Fixed #27945 -- Clarified that RegexValidator searches with the regex.seanfagan
2017-03-21[1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak
2017-03-21[1.11.x] Fixed #27960 -- Set errcheck=False for GDALAllRegister to prevent cr...Sergey Fedoseev
2017-03-21[1.11.x] Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.Tim Graham
2017-03-21[1.11.x] Fixed #27949 -- Doc'd how OpenLayers 3 widgets work.Tim Graham
2017-03-21[1.11.x] Fixed #27963 -- Removed unneeded docstring example in contributing d...Mikkel Munch Mortensen
2017-03-21[1.11.x] Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.Tim Graham
2017-03-21[1.11.x] Refs #27919 -- Passed ChoiceWidget.create_option() kwargs as expected.Tim Graham
2017-03-21[1.11.x] Fixed #27965 -- Fixed precision comparison in a geoforms test (refs ...Sergey Fedoseev
2017-03-21[1.11.x] Removed an obsolete temporal reference in docs/faq/general.txt.Garry Polley
2017-03-20[1.11.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2017-03-20[1.11.x] Fixed #27890 -- Fixed FileNotFoundError cleanup exception in runtest...Tim Graham
2017-03-20[1.11.x] Refs #27935 -- Fixed BrinIndex.max_name_length if a project's defaul...Mariusz Felisiak
2017-03-18[1.11.x] Fixed #27935 -- Fixed crash with BrinIndex name > 30 characters.Mads Jensen
2017-03-17[1.11.x] Fixed #27939 -- Updated OpenLayersWidget.map_srid for OpenLayers 3.Tim Graham
2017-03-17[1.11.x] Clarified return value of NumGeometries GIS function.Sergey Fedoseev
2017-03-17[1.11.x] Removed MySQL (unsupported) from Perimeter docs.Sergey Fedoseev
2017-03-17[1.11.x] Fixed nondeterministic ordering test failure in model_forms.Mariusz Felisiak
2017-03-16[1.11.x] Removed self from method signatures in docs.Alasdair Nicol
2017-03-16[1.11.x] Linked GIS functions docs to corresponding PostGIS docs.Sergey Fedoseev
2017-03-16[1.11.x] Updated postgis.net and gaia-gis.it links to https.Tim Graham
2017-03-15[1.11.x] Fixed #27897 -- Fixed crash with 'pk' in ModelAdmin.search_filters.Josh Schneier
2017-03-15[1.11.x] Refs #27563 -- Fixed ModelChoiceField.__deepcopy__() so forms don't ...Tim Graham
2017-03-15[1.11.x] Fixed #27918 -- Documented ChoiceWidget.option_template_namePavel Kulikov
2017-03-15[1.11.x] Fixed #27822 -- Replaced deprecated cx_Oracle types in DatabaseIntro...Mariusz Felisiak
2017-03-15[1.11.x] Fixed incorrect import in docs/ref/models/expressions.txt.lb1c
2017-03-14[1.11.x] Replaced docs/internals/team.txt with DSF teams page.Tobias McNulty
2017-03-14[1.11.x] Refs #27920 -- Added missing encoding preamble on widget test fileClaude Paroz
2017-03-14[1.11.x] Fixed #27920 -- Restored empty RadioSelect choice producing value=""Claude Paroz
2017-03-14[1.11.x] Used constant instead of hard-coded value for max index name lengthMads Jensen
2017-03-13Typo fix.Florian Apolloner
2017-03-10[1.11.x] Fixed #27924 -- Added support for cx_Oracle 5.3.Mariusz Felisiak
2017-03-09[1.11.x] Described DEBUG_PROPAGATE_EXCEPTIONS behavior in more detail.Tim Graham
2017-03-09[1.11.x] Reverted "Refs #16682 -- Tested transaction.atomic() with KeyboardIn...Tim Graham
2017-03-09[1.11.x] Fixed Python 2/Windows libgdal crash if PATH contains non-ASCII symb...Sergey Kholodilov
2017-03-08[1.11.x] Fixed #27911 -- Doc'd how to register custom User with admin.David D Lowe
2017-03-07[1.11.x] Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_back...Camilo Nova
2017-03-07[1.11.x] Factored out uid/user tokens in auth_tests urlpatterns.Tim Graham
2017-03-07[1.11.x] Fixed #27905 – Added RelatedFieldWidgetWrapper.value_omitted_from_...Raphael Merx
2017-03-07[1.11.x] Added stub release notes for 1.10.7.Tim Graham
2017-03-07[1.11.x] Refs #27622 -- Fixed a regression in JSON content-type detectionClaude Paroz
2017-03-07[1.11.x] Renamed a test variable to prevent possible conflict with importsClaude Paroz
2017-03-06[1.11.x] Fixed #26817 -- Doc'd downsides and alternatives to Jinja2 context p...Tim Graham
2017-03-04[1.11.x] Fixed #27900 -- Made escapejs escape backticks for use in ES6 templa...Tim Graham
2017-03-03[1.11.x] Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside n...Tim Graham
2017-03-02[1.11.x] Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering r...David Szotten
2017-03-01[1.11.x] Fixed typo in docs/howto/custom-template-tags.txt.albertoconnor
2017-03-01[1.11.x] Fixed a backends test with psycopg2 2.7.Tim Graham
2017-03-01[1.11.x] Fixed typo in docs/releases/1.10.6.txt.Adam Johnson