summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2016-03-01Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.Florian Apolloner
2016-03-01Fixed #26229 -- Improved check for model admin check admin.E124Alasdair Nicol
2016-02-26Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent...Tore Lundqvist
2016-02-26Fixed #26286 -- Prevented content type managers from sharing their cache.Simon Charette
2016-02-25Fixed #26231 -- Used .get_username in admin login template.Sjoerd Job Postmus
2016-02-25Fixed #12233 -- Allowed redirecting authenticated users away from the login v...Olivier Le Thanh Duong
2016-02-24Fixed #26266 -- Output the primary key in the GeoJSON serializer propertiesClaude Paroz
2016-02-23Fixed #23832 -- Added timezone aware Storage API.James Aylett
2016-02-23Prevented static file corruption when URL fragment contains '..'.Aymeric Augustin
2016-02-23Fixed #26249 -- Fixed collectstatic crash for files in STATIC_ROOT referenced...Aymeric Augustin
2016-02-23Used call_command return value in staticfiles testsClaude Paroz
2016-02-19Fixed #25653 -- Made --selenium run only the selenium tests.Akshesh
2016-02-16Fixed #26215 -- Fixed RangeField/ArrayField serialization with None valuesClaude Paroz
2016-02-12Fixed #25304 -- Allowed management commands to check if migrations are applied.Mounir Messelmeni
2016-02-12Removed unneeded hint=None/obj=None in system check messages.Tim Graham
2016-02-11Updated some comments for BCryptSHA256PasswordHasher.Tim Graham
2016-02-11Merge pull request #6121 from meshy/patch-1Florian Apolloner
2016-02-11Fix typo in commentCharlie Denton
2016-02-09Refs #26112 -- Fixed aggregate GIS test on Oracle.Shai Berger
2016-02-05Fixed #26176 -- Fixed E123 flake8 warnings.Tim Graham
2016-02-04Fixed #26089 -- Removed custom user test models from public API.Simon Charette
2016-02-04Fixed #13875 -- Made admin's submit_row template tag pass whole context.Federico Capoano
2016-02-04Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.Hugo Osvaldo Barrera
2016-02-02Fixed #25731 -- Removed unused choices kwarg for Select.render()jpic
2016-02-02Fixed #23971 -- Added "Has date"/"No date" choices for DateFieldListFilter.rynomster
2016-02-02Fixed #24316 -- Made ModelAdmin.list_display callables use an appropriate CSS...Tim Graham
2016-02-01Fixed #11313 -- Made ModelAdmin.list_editable more resilient to concurrent ed...bphillips
2016-02-01Fixed incorrect permissions check for admin's "Save as new".Myk Willis
2016-02-01Fixed #7923 -- Added links to objects displayed by ModelAdmin.raw_id_fields.Hugo Osvaldo Barrera
2016-01-30Fixed #14402 -- Removed clearing of help_text for ManyToManyField's raw_id_fi...Alexander Gaevsky
2016-01-29Fixed #26134 -- Used new OpenGIS names for recent MySQLClaude Paroz
2016-01-29Fixed #26120 -- Made HStoreField cast keys and values to strings.Greg Chapple
2016-01-28Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.Tim Graham
2016-01-28Fixed #26138 -- Ensured geometry_field's geometry is always serializedClaude Paroz
2016-01-25Corrected comment about SelectFilter2's dependencies.Nik Nyby
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2016-01-23Fixed #25989 -- Corrected sitemap's Last-Modified header to use the latest la...Alexander Rudakov
2016-01-22Fixed #24116 -- Moved AdminSite.check_dependencies() to system checks.Vincenzo Pandolfo
2016-01-22Lowercased "actions" of "Recent actions" and "My actions" in admin index side...Jan Pieter Waagmeester
2016-01-22Fixed #26112 -- Error when computing aggregate of GIS areas.Daniel Wiesmann
2016-01-21Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin.readonly...Alexander Gaevsky
2016-01-14Fixed an incorrectly used translation string in admin changeform.Raphael Michel
2016-01-11Refs #494 -- Fixed a flaky admin_inlines tests.Tim Graham
2016-01-11Fixed #26048 -- Made admin selenium tests use implicitly_wait()Tim Graham
2016-01-09Refs #25165 -- Fixed JSON serialization for delete popup in the admin.Tim Graham
2016-01-09Fixed a typo in BCryptPasswordHasher docstringMatt Robenolt
2016-01-08Refs #25165 -- Removed unnecessary HTML unescaping in admin add/edit popups.Thomas Grainger
2016-01-08Fixed #20846 -- Decreased User.username max_length to 150 characters.Collin Anderson
2016-01-08Refs #24980 -- Fixed incorrect timezone handling in admin calendar widget.Alexander Gaevsky
2016-01-08Updated contrib.admin translations for new testsClaude Paroz