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
/
docs
/
releases
/
1.10.1.txt
Age
Commit message (
Expand
)
Author
2016-09-01
Added release date for 1.10.1.
Tim Graham
2016-09-01
Fixed #27142, #27110 -- Made makemigrations consistency checks respect databa...
Tim Graham
2016-08-31
Fixed #27154 -- Allowed comparing CallableBool with bitwise or.
Olexander Yermakov
2016-08-24
Fixed #27039 -- Fixed empty data fallback to model field default in model forms.
Tim Graham
2016-08-24
Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fi...
Berker Peksag
2016-08-24
Fixed #27100 -- Included already applied migration changes in the pre-migrate...
Simon Charette
2016-08-24
Fixed #27044 -- Included already applied migration changes in the post-migrat...
Simon Charette
2016-08-23
Fixed #27089 -- Added database alias to InconsistentMigrationHistory message.
Tim Graham
2016-08-23
Fixed #26998 -- Reverted some admin checks from checking field.many_to_many b...
Collin Anderson
2016-08-20
Fixed #27018 -- Fixed admindocs crash with a view in a class.
Helen Sherwood-Taylor
2016-08-19
Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.
Loïc Bistuer
2016-08-18
Fixed #27054 -- Fixed makemigrations crash with a read-only database.
Jim Nicholls
2016-08-17
Refs #26983 -- Added test for isnull lookup to CharField with primary_key=True.
Chris Lamb
2016-08-15
Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.
Tim Graham
2016-08-15
Fixed #27014 -- Fixed annotations with database functions on PostGIS.
Daniel Wiesmann
2016-08-12
Fixed #27037 -- Prevented required attribute on ClearableFileInput when initi...
Jon Dufresne
2016-08-10
Fixed #26973 -- Fixed views.static.serve() crash with show_indexes enabled.
Tim Graham
2016-08-06
Fixed #27026 -- Fixed state initialization of bulk_create() objects if can_re...
Sjoerd Job Postmus
2016-08-06
Fixed #27027 -- Restored Client.force_login() defaulting to the first auth ba...
Ben Demboski
2016-08-05
Fixed #27004 -- Made migrations consistency check ignore unapplied squashed m...
Jarek Glowacki
2016-08-04
Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_field
Claude Paroz
2016-08-03
Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''.
Tim Graham
2016-08-03
Fixed #27001 -- Fixed a query count regression in ModelChoiceField with Radio...
Alex Hill
2016-08-03
Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.
Sergey Yurchenko
2016-08-02
Fixed #27000 -- Removed BaseCommand.usage() per deprecation timeline (refs #1...
Tim Graham
2016-08-02
Fixed #26988 -- Improved/clarified User.is_authenticated/anonymous compatibil...
Tim Graham
2016-08-02
Fixed #26991 -- Fixed a crash in MySQL where SQL_AUTO_IS_NULL doesn't return ...
Tim Graham
2016-08-01
Added stub release notes for 1.10.1.
Tim Graham