summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2016-07-18[1.8.x] Fixed XSS in admin's add/change related popup.Tim Graham
2016-06-16[1.8.x] Fixed flake8 2.6 warnings.Tim Graham
2016-05-25[1.8.x] Added missing quotes in openlayers.html template.Aleksey
2016-03-25[1.8.x] Fixed #26387 -- Restored the functionality of the admin's raw_id_fiel...Tim Graham
2016-03-12[1.8.x] Fixed a few docstring typos.Noenglish Professorbut
2016-03-08[1.8.x] Fixed a dead link in django/contrib/sitemaps/__init__.py.Tim Graham
2016-02-29[1.8.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during lo...Florian Apolloner
2016-02-26[1.8.x] Fixed #26286 -- Prevented content type managers from sharing their ca...Simon Charette
2016-02-23[1.8.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2016-02-16[1.8.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None v...Claude Paroz
2016-01-28[1.8.x] Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.Tim Graham
2016-01-21[1.8.x] Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin....Alexander Gaevsky
2016-01-09[1.8.x] Fixed a typo in BCryptPasswordHasher docstringMatt Robenolt
2016-01-08[1.8.x] Refs #24980 -- Fixed incorrect timezone handling in admin calendar wi...Alexander Gaevsky
2016-01-07[1.8.x] Fixed #24980 -- Fixed day determination in admin calendar widget.Alexander Gaevsky
2016-01-06[1.8.x] Fixed #26035 -- Prevented user-tools from appearing on admin logout p...Scott Pashley
2015-12-29[1.8.x] Fixed #25465 -- Restored line breaks conversion in admin readonly fie...Alexander Gaevsky
2015-11-25[1.8.x] Refs #25274 -- Added missing argument to contrib.gis' inspectdb.Tim Graham
2015-11-25[1.8.x] Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.Attila Tovt
2015-11-14[1.8.x] Fixed #25666 -- Fixed the exact lookup of ArrayField.Dmitry Dygalo
2015-11-12[1.8.x] Refs #24937 -- Backported more commits to fix for serialization of Da...Matthew Somerville
2015-11-11[1.8.x] Fixed #24937 -- Fixed serialization of Date(Time)RangeField.Matthew Somerville
2015-10-29Fixed #25622 -- Accounted for generic relations in the admin to field validationSimon Charette
2015-10-27[1.8.x] Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on ...Tim Graham
2015-10-25[1.8.x] Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham
2015-10-22[1.8.x] Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookupClaude Paroz
2015-09-04[1.8.x] Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-08-28[1.8.x] Fixed #25323 -- Fixed selenium test failures with chromedriver 2.18.Tim Graham
2015-08-28[1.8.x] Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that c...Tim Graham
2015-08-18[1.8.x] Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham
2015-08-13[1.8.x] Fixed #25267 -- Corrected message for admin.E122 system check.Fabrizio Ettore Messina
2015-08-13[1.8.x] Removed unreachable codeAndriy Sokolovskiy
2015-08-10[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model...Tim Graham
2015-08-07[1.8.x] Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial v...Tim Graham
2015-08-04[1.8.x] Fixed #25215 -- Solved reference to forms.HStoreField in declaration ...Curtis Maloney
2015-08-03[1.8.x] Fixed #25206 -- Fixed error message when checking a ModelAdmin fields...Alasdair Nicol
2015-07-08[1.8.x] Fixed #19324 -- Avoided creating a session record when loading the se...Carl Meyer
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-05-28[1.8.x] Fixed #24851 -- Fixed crash with reverse one-to-one relation in Model...Tim Graham
2015-05-25Fixed #24844 -- Corrected has_changed implementation for HStoreField.Andrea Grandi
2015-05-25[1.8.x] Fixed #24841 -- Made BaseRangeField.prepare_value() call base_field's...Villiers Strauss
2015-05-20[1.8.x] Fixed incorrect session.flush() in cached_db session backend.Tim Graham
2015-05-19[1.8.x] Fixed #24784 -- Fixed visibility regression in admin's FK widget.Tim Graham
2015-05-15[1.8.x] Fixed #24799 -- Fixed session cookie deletion when using SESSION_COOK...Bo Lopker
2015-05-15[1.8.x] Fixed #24802 -- Delayed GDAL check for OSMGeoAdminTim Graham
2015-05-13[1.8.x] Fixed #24751 -- Fixed HStoreField isnull lookup.Tim Graham
2015-05-06[1.8.x] Fixed #24750 -- Updated two contrib.gis comment linksTim Graham
2015-05-01[1.8.x] Fixed #24724 -- Fixed GIS initialization crash on Windows.Tim Graham
2015-05-01[1.8.x] Fixed #24676 -- Fixed help text positioning in ``contrib.admin`` filt...Tim Graham
2015-04-30[1.8.x] Updated translations from TransifexClaude Paroz