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
Age
Commit message (
Expand
)
Author
2016-09-01
[1.10.x] Bumped version for 1.10.1 release
1.10.1
Tim Graham
2016-09-01
[1.10.x] Refs #25850, #27142, #27110 -- Documented migration history consiste...
Shai Berger
2016-09-01
[1.10.x] Added release date for 1.10.1.
Tim Graham
2016-09-01
[1.10.x] Fixed #27142, #27110 -- Made makemigrations consistency checks respe...
Tim Graham
2016-09-01
[1.10.x] Clarified URL regex check message with respect to include().
Riccardo Magliocchetti
2016-09-01
[1.10.x] Refs #27162 -- Complemented docs related to CreateExtension
Claude Paroz
2016-09-01
[1.10.x] Refs #27164 -- Fixed typo in docs/topics/db/multi-db.txt
Tim Graham
2016-09-01
[1.10.x] Refs #27039 -- Fixed regression with field defaults in prefixed forms.
Alex Hill
2016-08-31
[1.10.x] Made settings docs link to cache parameters more specific.
Ed Morley
2016-08-31
[1.10.x] Fixed #27154 -- Allowed comparing CallableBool with bitwise or.
Olexander Yermakov
2016-08-31
[1.10.x] Fixed typo in docs/topics/testing/overview.txt
Mike Fiedler
2016-08-30
[1.10.x] Fixed #27145 -- Updated Storage.save() docs for refs #18899.
Tim Graham
2016-08-29
[1.10.x] Fixed #19914 -- Fixed test failures with pylibmc.
Ed Morley
2016-08-29
[1.10.x] Fixed #27132 -- Allowed testing MemcachedCache and PyLibMCCache duri...
Ed Morley
2016-08-29
[1.10.x] Refs #27132 -- Added pylibmc to test requirements.
Ed Morley
2016-08-29
[1.10.x] Refs #19914 -- Split the test_invalid_keys cache test into two.
Ed Morley
2016-08-29
[1.10.x] Fixed #27124 -- Excluded cull-related cache configs from memcached t...
Ed Morley
2016-08-26
[1.10.x] Added Django 1.11, 2.0 to Python version support table.
Tim Graham
2016-08-26
[1.10.x] Fixed incorrect variable name in {% regroup %} docs.
Baptiste Mispelon
2016-08-24
[1.10.x] Fixed #27039 -- Fixed empty data fallback to model field default in ...
Tim Graham
2016-08-24
[1.10.x] Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreati...
Berker Peksag
2016-08-24
[1.10.x] Fixed #27104 -- Corrected shell example in tutorial 5.
Tim Graham
2016-08-24
[1.10.x] Fixed #27115 -- Corrected a screenshot in the tutorial.
Tim Graham
2016-08-24
[1.10.x] Fixed #27100 -- Included already applied migration changes in the pr...
Simon Charette
2016-08-24
[1.10.x] Fixed #27044 -- Included already applied migration changes in the po...
Simon Charette
2016-08-23
[1.10.x] Fixed #27089 -- Added database alias to InconsistentMigrationHistory...
Tim Graham
2016-08-23
[1.10.x] Fixed #24650 -- Documented how to change an unmanaged model to managed.
Tim Graham
2016-08-23
[1.10.x] Fixed #26998 -- Reverted some admin checks from checking field.many_...
Collin Anderson
2016-08-20
[1.10.x] Fixed #27018 -- Fixed admindocs crash with a view in a class.
Helen Sherwood-Taylor
2016-08-19
[1.10.x] Fixed #27013 -- Clarified commands to install argon2/bcrypt packages.
Tim Graham
2016-08-19
[1.10.x] Fixed #27085 -- Corrected a screenshot in the tutorial.
Tim Graham
2016-08-19
[1.10.x] Fixed #26987 -- Documented using QuerySet.get() without arguments.
Abhishek Bera
2016-08-19
[1.10.x] Fixed #26571 -- Corrected recommendation for converting timestamps t...
Tim Graham
2016-08-19
[1.10.x] Refs #26747 -- Corrected a method name in tutorial05.
Vincent Zhang
2016-08-19
[1.10.x] Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs.
Brightcells
2016-08-18
[1.10.x] Refs #25854 -- Completed a RequestContext docs example.
Tim Graham
2016-08-18
[1.10.x] Fixed #26807 -- Documented how to replicate SubfieldBase's assignmen...
Tim Graham
2016-08-19
[1.10.x] Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.
Loïc Bistuer
2016-08-18
[1.10.x] Corrected text from Python's Windows installer.
Timothy Allen
2016-08-18
[1.10.x] Fixed #27054 -- Fixed makemigrations crash with a read-only database.
Jim Nicholls
2016-08-17
[1.10.x] Refs #26983 -- Added test for isnull lookup to CharField with primar...
Chris Lamb
2016-08-17
[1.10.x] Fixed #27069 -- Doc'd which gettext functions may be aliased as _.
Mattias Loverot
2016-08-17
[1.10.x] Fixed #26616 -- Clarified model usage in AppConfig.ready().
Kevin Christopher Henry
2016-08-17
[1.10.x] Fixed incorrect doc reference to Field.initial.
Jon Dufresne
2016-08-16
[1.10.x] Fixed #19222 -- Documented that default managers aren't used for rel...
Tim Graham
2016-08-15
[1.10.x] Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.
Tim Graham
2016-08-15
[1.10.x] Refs #13408 -- Removed obsolete code/comments from {% for %} unpacki...
Tim Graham
2016-08-15
[1.10.x] Fixed #27014 -- Fixed annotations with database functions on PostGIS.
Daniel Wiesmann
2016-08-15
[1.10.x] Documented how allow_migrate() interacts with makemigrations.
Timothy Allen
2016-08-15
[1.10.x] Made cosmetic edits to Field.default docs.
Victor Oliveira da Silva
[next]