index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
Age
Commit message (
Expand
)
Author
2016-04-01
Fixed #25532 -- Properly redisplayed JSONField form input values
Claude Paroz
2016-03-30
Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions
Claude Paroz
2016-03-29
Fixed #26417 -- Allowed setting GDALBand data with partial values.
Daniel Wiesmann
2016-03-29
Fixed #26415 -- Allowed deleting nodata value on GDALBands.
Daniel Wiesmann
2016-03-29
Fixed #21734 -- Handled ProtectedError in a POST to admin's delete_selected a...
Akshesh
2016-03-25
Fixed #26387 -- Restored the functionality of the admin's raw_id_fields in li...
Tim Graham
2016-03-24
Removed unused xmlhttp from admin's core.js.
Collin Anderson
2016-03-23
Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.
Alexander Gaevsky
2016-03-22
Fixed #26395 -- Skipped the CryptPasswordHasher tests on platforms with a dum...
Tim Graham
2016-03-21
Fixed #26235 -- Handled ProtectedError in a POST to admin's delete_view().
Akshesh
2016-03-21
Fixed #26381 -- Made UserCreationForm reusable with custom user models that d...
Berker Peksag
2016-03-19
Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
Claude Paroz
2016-03-17
Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implem...
Berker Peksag
2016-03-15
Fixed #25364 -- Added generic way to test on all browsers supported by selenium.
Akshesh
2016-03-15
Fixed #25579 -- Fixed ArrayField.get_db_prep_value() to allow complex types.
Matt C
2016-03-14
Fixed #26334 -- Removed whitespace stripping from contrib.auth password fields.
Vincenzo Pandolfo
2016-03-12
Fixed #26283 -- Fixed removal of trailing nulls for SplitArrayField.
quaspas
2016-03-12
Fixed #26343 -- Sent user_login_failed signal if an auth backend raises Permi...
ieatkittens
2016-03-12
Fixed #25143 -- Added ArrayField.from_db_value().
Fernando Miranda
2016-03-12
Fixed a few docstring typos.
Noenglish Professorbut
2016-03-11
Removed unneeded GeoManagers in tests.
Tim Graham
2016-03-11
Fixed #25865 -- Made OSMGeoAdmin require GDAL only if transformation is needed.
Sergey Fedoseev
2016-03-08
Fixed a dead link in django/contrib/sitemaps/__init__.py.
Tim Graham
2016-03-08
Fixed #26033 -- Added Argon2 password hasher.
Bas Westerbaan
2016-03-05
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2016-03-02
Fixed #26226 -- Made related managers honor the queryset used for prefetching...
Simon Charette
2016-03-01
Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.
Florian Apolloner
2016-03-01
Fixed #26229 -- Improved check for model admin check admin.E124
Alasdair Nicol
2016-02-26
Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent...
Tore Lundqvist
2016-02-26
Fixed #26286 -- Prevented content type managers from sharing their cache.
Simon Charette
2016-02-25
Fixed #26231 -- Used .get_username in admin login template.
Sjoerd Job Postmus
2016-02-25
Fixed #12233 -- Allowed redirecting authenticated users away from the login v...
Olivier Le Thanh Duong
2016-02-24
Fixed #26266 -- Output the primary key in the GeoJSON serializer properties
Claude Paroz
2016-02-23
Fixed #23832 -- Added timezone aware Storage API.
James Aylett
2016-02-23
Prevented static file corruption when URL fragment contains '..'.
Aymeric Augustin
2016-02-23
Fixed #26249 -- Fixed collectstatic crash for files in STATIC_ROOT referenced...
Aymeric Augustin
2016-02-23
Used call_command return value in staticfiles tests
Claude Paroz
2016-02-19
Fixed #25653 -- Made --selenium run only the selenium tests.
Akshesh
2016-02-16
Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values
Claude Paroz
2016-02-12
Fixed #25304 -- Allowed management commands to check if migrations are applied.
Mounir Messelmeni
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-02-11
Updated some comments for BCryptSHA256PasswordHasher.
Tim Graham
2016-02-11
Merge pull request #6121 from meshy/patch-1
Florian Apolloner
2016-02-11
Fix typo in comment
Charlie Denton
2016-02-09
Refs #26112 -- Fixed aggregate GIS test on Oracle.
Shai Berger
2016-02-05
Fixed #26176 -- Fixed E123 flake8 warnings.
Tim Graham
2016-02-04
Fixed #26089 -- Removed custom user test models from public API.
Simon Charette
2016-02-04
Fixed #13875 -- Made admin's submit_row template tag pass whole context.
Federico Capoano
2016-02-04
Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.
Hugo Osvaldo Barrera
2016-02-02
Fixed #25731 -- Removed unused choices kwarg for Select.render()
jpic
[next]