summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2016-01-08Fixed #21113 -- Made LogEntry.change_message language independentClaude Paroz
2016-01-08Refs #25165 -- Fixed JSON serialization for add/edit popup in the admin.Alexander Gaevsky
2016-01-08Refs #25165 -- Fixed failure of admin's "Add another" popup to close.Tim Graham
2016-01-07Reverted #25961 -- Removed handling of thread-non-safe GEOS functions.Tim Graham
2016-01-07Fixed #24980 -- Fixed day determination in admin calendar widget.Alexander Gaevsky
2016-01-07Fixed #24855 -- Allowed using contrib.auth.login() without credentials.Paulo Poiati
2016-01-06Fixed #25746 -- Isolated inlined test models registration.Simon Charette
2016-01-06Fixed #26035 -- Prevented user-tools from appearing on admin logout page.Scott Pashley
2016-01-05Replaced dict.setdefault() usage to avoid unnecessary object instantiations.Benjamin Bach
2016-01-02Fixed #26016 -- Restored contrib.auth hashers compatibility with py-bcrypt.Tim Graham
2015-12-31Removed British/Austrialian word: whilist.Tim Graham
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-31Updated translations from TransifexClaude Paroz
2015-12-30Fixed #15165 -- Prevented wrong results with perimeter on geodetic fields.Claude Paroz
2015-12-29Fixed #25465 -- Restored line breaks conversion in admin readonly fields.Alexander Gaevsky
2015-12-29Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make reque...Tim Graham
2015-12-29Fixed #19536 -- Included object-tools when ModelAdmin.has_add_permission() is...Nick Sandford
2015-12-28Fixed #25967 -- Indicated required fields in admin.TabularInline headers.Akshesh
2015-12-26Passed logging message parameters as arguments instead of interpolating them.Ville Skyttä
2015-12-25Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy
2015-12-23Fixed #25969 -- Replaced render_to_response() with render() in docs examples.Tim Graham
2015-12-23Fixed #25961 -- Removed handling of thread-non-safe GEOS functions.Sergey Fedoseev
2015-12-22Fixed #25950 -- Added support for GEOSisClosed.Sergey Fedoseev
2015-12-21Fixed #494 -- Added ability to specify classes on admin inline fieldsets.Karen Tracey
2015-12-21Replaced some usage of django.jQuery with $.Tim Graham
2015-12-21Fixed #25903 -- Fixed the admin's list_editable add/change buttons.Tim Graham
2015-12-18Fixed #25869 -- Added trim and precision properties to WKTWriter.Sergey Fedoseev
2015-12-17Fixed #25841 -- Handled base array fields validation errors with params.Simon Charette
2015-12-17Fixed #25544 -- Removed duplicate ids in prefetch_related() queries.Ian Foote
2015-12-17Fixed #25845 -- Fixed incorrect timezone warnings in custom admin templates.Sven Grunewaldt
2015-12-14Fixed #25662 -- Allowed creation of empty GEOS geometries.Sergey Fedoseev
2015-12-14Fixed #25932 -- Made predicates of OGRGeometry return bool instead of int.Sergey Fedoseev
2015-12-14Fixed #12885 -- Fixed queries with GenericRelations to multi-table inheritanc...Anssi Kääriäinen
2015-12-12Fixed #25926 -- Removed gis.utils.ogrinfo.sample backwards compatibility alias.Sergey Fedoseev
2015-12-12Fixed #25924 -- Removed gis.utils.srs.add_postgis_srs() backwards-compatibili...Sergey Fedoseev
2015-12-12Unwrapped gdal.Envelope import from try-except as fail of `import ctypes` is ...Sergey Fedoseev
2015-12-10Fixed #25883 -- Fixed admin deletion page summary counts for related objects.Sergey Fedoseev
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe
2015-12-08Fixed #25657 -- Ignored exceptions when destroying geometry objectsClaude Paroz
2015-12-08Fixed #25876 -- Removed OGRGeometry.transform_to() backwards-compatibility me...Sergey Fedoseev
2015-12-07Fixed #25867 -- Fixed a system check crash with nested ArrayFields.Simon Charette
2015-12-05Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger
2015-12-04Fixed #25853 -- Added support for GeoHash function on SpatiaLite.Sergey Fedoseev
2015-12-03Fixed #25820 -- Allowed whitespace in admin's calendar.js month/weekday names.bphillips
2015-12-03Fixed #25797 -- Fixed regex for getting units from SRS WKT.Sergey Fedoseev
2015-12-03Refs #25655 -- Made HAS_GEOS depend on a minimum version.Claude Paroz
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-02Fixed #25667 -- Fixed admindocs initial_header_level.Ville Skyttä
2015-12-02Fixed #25836 -- Added support for MakeLine aggregate on SpatiaLite.Sergey Fedoseev
2015-12-01Pulled contrib translations from TransifexClaude Paroz