index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #27091 -- Added .tox to flake8 exclude.
Tim Graham
2016-08-19
1
-1
/
+1
*
Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs.
Brightcells
2016-08-19
1
-1
/
+1
*
Refs #25854 -- Completed a RequestContext docs example.
Tim Graham
2016-08-18
1
-8
/
+8
*
Fixed #26807 -- Documented how to replicate SubfieldBase's assignment behavior.
Tim Graham
2016-08-18
1
-3
/
+7
*
Fixed #27068 -- Unified form field initial data retrieval.
Jon Dufresne
2016-08-18
5
-19
/
+89
*
Removed unused 'password' parameter in auth_tests.
Tim Graham
2016-08-18
1
-8
/
+8
*
Fixed #25871 -- Added expressions support to QuerySet.values().
Ian Foote
2016-08-18
4
-7
/
+115
*
Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.
Loïc Bistuer
2016-08-19
3
-1
/
+24
*
Corrected text from Python's Windows installer.
Timothy Allen
2016-08-18
1
-1
/
+1
*
Fixed #27054 -- Fixed makemigrations crash with a read-only database.
Jim Nicholls
2016-08-18
4
-4
/
+45
*
Refs #26983 -- Added test for isnull lookup to CharField with primary_key=True.
Chris Lamb
2016-08-17
3
-3
/
+13
*
Fixed #27077 -- Made SQLite's in-memory database checks DRYer.
Chris Jerdonek
2016-08-17
3
-10
/
+15
*
Fixed #27069 -- Doc'd which gettext functions may be aliased as _.
Mattias Loverot
2016-08-17
1
-0
/
+10
*
Fixed #27078 -- Simplified "if" logic in SQLite's _get_test_db_name().
Chris Jerdonek
2016-08-17
1
-10
/
+11
*
Fixed #26840 -- Added test.utils.setup/teardown_databases().
Andreas Pelme
2016-08-17
6
-164
/
+214
*
Fixed #26616 -- Clarified model usage in AppConfig.ready().
Kevin Christopher Henry
2016-08-17
1
-3
/
+17
*
Fixed incorrect doc reference to Field.initial.
Jon Dufresne
2016-08-17
1
-2
/
+2
*
Fixed crash comparing CheckMessage objects to non-CheckMessage objects.
Adam Chainz
2016-08-16
2
-2
/
+9
*
Added tests for check Message equality.
Adam Chainz
2016-08-16
1
-0
/
+14
*
Replaced 'raise SkipTest' with self.skipTest() in a few tests.
Tim Graham
2016-08-16
3
-5
/
+5
*
Fixed reverse accessor check failures in indexes tests.
Adam Chainz
2016-08-16
1
-1
/
+1
*
Moved model_validation tests to invalid_models_tests.
Tim Graham
2016-08-16
6
-147
/
+111
*
Fixed #19222 -- Documented that default managers aren't used for related quer...
Tim Graham
2016-08-16
1
-1
/
+7
*
Refs #26709 -- Added type check for models.Index fields argument.
Akshesh
2016-08-16
2
-0
/
+6
*
Refs #26709 -- Added index name to AddIndex.describe().
Akshesh
2016-08-16
2
-2
/
+3
*
Clarified when activating the btree_gin extension is necessary.
Akshesh
2016-08-16
1
-1
/
+3
*
Fixed #24854 -- Refactored QuerySet._values
Ian Foote
2016-08-16
2
-36
/
+36
*
Fixed #27009 -- Made update_session_auth_hash() rotate the session key.
Tim Graham
2016-08-15
4
-5
/
+16
*
Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.
Tim Graham
2016-08-15
3
-3
/
+10
*
Removed unnecessary registration of psycopg2 unicode extensions on Python 3
Claude Paroz
2016-08-15
1
-2
/
+4
*
Fixed #27014 -- Fixed annotations with database functions on PostGIS.
Daniel Wiesmann
2016-08-15
3
-1
/
+7
*
Fixed #27057 -- Made setup_test_environment() store saved settings in one place.
Chris Jerdonek
2016-08-15
1
-23
/
+24
*
Documented how allow_migrate() interacts with makemigrations.
Timothy Allen
2016-08-15
1
-4
/
+6
*
Made cosmetic edits to Field.default docs.
Victor Oliveira da Silva
2016-08-15
1
-7
/
+7
*
Used all() and a generator for PermissionsMixin.has_perms().
Curtis Maloney
2016-08-13
1
-4
/
+1
*
Refs #13408 -- Removed obsolete code/comments from {% for %} unpacking deprec...
Tim Graham
2016-08-13
1
-11
/
+3
*
Fixed typo in docs/releases/1.11.txt
Tim Graham
2016-08-13
1
-1
/
+1
*
Fixed #27008 -- Added --debug-mode option to DiscoverRunner.
Chris Jerdonek
2016-08-12
4
-3
/
+23
*
Fixed #27048 -- Documented that refresh_from_db() doesn't reload @cached_prop...
Tim Graham
2016-08-12
1
-2
/
+4
*
Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.
Akshesh
2016-08-12
9
-1
/
+102
*
Refs #27030 -- Added BtreeGinExtension operation.
Akshesh
2016-08-12
3
-1
/
+19
*
Removed some unnecessary repetition in PostgreSQL operations docs.
Tim Graham
2016-08-12
1
-7
/
+4
*
Refs #27030 -- Added index type introspection on PostgreSQL.
Akshesh
2016-08-12
5
-6
/
+21
*
Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.
Michael Schwarz
2016-08-12
5
-28
/
+72
*
Fixed #20888 -- Added support for column order in class-based indexes.
Akshesh
2016-08-12
4
-6
/
+60
*
Made BoundField.initial use cached_property.
Jon Dufresne
2016-08-12
1
-15
/
+7
*
Fixed #27037 -- Prevented required attribute on ClearableFileInput when initi...
Jon Dufresne
2016-08-12
8
-18
/
+66
*
Refs #20888 -- Added index order introspection.
Akshesh
2016-08-12
8
-16
/
+78
*
Fixed typo in docs/releases/1.9.txt
Tim Graham
2016-08-12
1
-1
/
+1
*
Fixed #26919 -- Added the action form's media in the changelist view.
Stanislav Karpov
2016-08-11
4
-0
/
+21
[next]