summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2016-04-01Fixed #25532 -- Properly redisplayed JSONField form input valuesClaude Paroz
2016-03-30Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensionsClaude Paroz
2016-03-29Fixed #26417 -- Allowed setting GDALBand data with partial values.Daniel Wiesmann
2016-03-29Fixed #26415 -- Allowed deleting nodata value on GDALBands.Daniel Wiesmann
2016-03-29Fixed #21734 -- Handled ProtectedError in a POST to admin's delete_selected a...Akshesh
2016-03-25Fixed #26387 -- Restored the functionality of the admin's raw_id_fields in li...Tim Graham
2016-03-24Removed unused xmlhttp from admin's core.js.Collin Anderson
2016-03-23Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky
2016-03-22Fixed #26395 -- Skipped the CryptPasswordHasher tests on platforms with a dum...Tim Graham
2016-03-21Fixed #26235 -- Handled ProtectedError in a POST to admin's delete_view().Akshesh
2016-03-21Fixed #26381 -- Made UserCreationForm reusable with custom user models that d...Berker Peksag
2016-03-19Refs #24227 -- Replaced M2M isinstance checks by field.many_to_manyClaude Paroz
2016-03-17Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implem...Berker Peksag
2016-03-15Fixed #25364 -- Added generic way to test on all browsers supported by selenium.Akshesh
2016-03-15Fixed #25579 -- Fixed ArrayField.get_db_prep_value() to allow complex types.Matt C
2016-03-14Fixed #26334 -- Removed whitespace stripping from contrib.auth password fields.Vincenzo Pandolfo
2016-03-12Fixed #26283 -- Fixed removal of trailing nulls for SplitArrayField.quaspas
2016-03-12Fixed #26343 -- Sent user_login_failed signal if an auth backend raises Permi...ieatkittens
2016-03-12Fixed #25143 -- Added ArrayField.from_db_value().Fernando Miranda
2016-03-12Fixed a few docstring typos.Noenglish Professorbut
2016-03-11Removed unneeded GeoManagers in tests.Tim Graham
2016-03-11Fixed #25865 -- Made OSMGeoAdmin require GDAL only if transformation is needed.Sergey Fedoseev
2016-03-08Fixed a dead link in django/contrib/sitemaps/__init__.py.Tim Graham
2016-03-08Fixed #26033 -- Added Argon2 password hasher.Bas Westerbaan
2016-03-05Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne
2016-03-02Fixed #26226 -- Made related managers honor the queryset used for prefetching...Simon Charette
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