index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
releases
/
1.6.1.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2022-03-10
Changed some words to use inline markup.
David Smith
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2013-12-12
Copied 1.6.1 release notes from stable/1.6.x branch.
Tim Graham
2013-12-11
Fixed #21510 -- Readded search reset link in changelist search bar
Claude Paroz
2013-12-07
Fixed #21551 -- Reenabled loading fixtures from subdirectory
Claude Paroz
2013-12-07
Fixed #21568 -- Added missing ModelMultipleChoiceField to_python method
Claude Paroz
2013-12-07
Added fix for #21530 to 1.6.1 release notes.
Baptiste Mispelon
2013-11-30
Fixed #21535 -- Fixed password hash iteration upgrade.
Tim Graham
2013-11-28
Fixed #21496 -- Fixed crash when GeometryField uses TextInput
Claude Paroz
2013-11-26
Fixed #21448 -- Fixed test client logout with cookie-based sessions
Claude Paroz
2013-11-23
Fixed #21486 -- Prevented settings config in signal connection
Claude Paroz
2013-11-23
Fixed #21488 -- Multiple locales treatment in i18n commands.
Ramiro Morales
2013-11-21
Fixed #21405 -- Prevented queryset overwrite in BaseModelAdmin
Claude Paroz
2013-11-20
Fixed #21472 -- Fixed inline formsets display when parent pk is 0
Claude Paroz
2013-11-18
Fixed #21457 -- Allowed fixture file name to contain dots
Claude Paroz
2013-11-17
Updated 1.6.1 release notes
Claude Paroz
2013-11-16
Fixed #21428 -- editable GenericRelation regression
Anssi Kääriäinen
2013-11-14
Added backported fixes to 1.6.1 release notes.
Baptiste Mispelon
2013-11-13
Added release note for #21410; thanks Loic.
Tim Graham
2013-11-09
Fixed #21398 -- Fixed BCryptSHA256PasswordHasher with py-bcrypt and Python 3.
Tim Graham