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 #26866 -- Added format_lazy function
Mattias Loverot
2016-08-24
3
-2
/
+55
*
Fixed #27104 -- Corrected shell example in tutorial 5.
Tim Graham
2016-08-24
1
-15
/
+5
*
Fixed #27115 -- Corrected a screenshot in the tutorial.
Tim Graham
2016-08-24
1
-0
/
+0
*
Fixed #27072 -- Fixed AddGeometryColumn error when altering a SpatiaLite table.
Tim Graham
2016-08-24
1
-2
/
+5
*
Added environment variable support to tox configuration
Josh Smeaton
2016-08-24
1
-1
/
+3
*
Fixed #27100 -- Included already applied migration changes in the pre-migrate...
Simon Charette
2016-08-24
4
-30
/
+42
*
Fixed #27044 -- Included already applied migration changes in the post-migrat...
Simon Charette
2016-08-24
5
-8
/
+36
*
Fixed #27089 -- Added database alias to InconsistentMigrationHistory message.
Tim Graham
2016-08-23
3
-2
/
+10
*
Fixed #24650 -- Documented how to change an unmanaged model to managed.
Tim Graham
2016-08-23
1
-0
/
+9
*
Fixed #27103 -- Registered vcapi/rcapi GDAL prototypes based on their own dri...
Matthew Somerville
2016-08-23
2
-2
/
+33
*
Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFO
Claude Paroz
2016-08-23
4
-38
/
+26
*
Fixed #26998 -- Reverted some admin checks from checking field.many_to_many b...
Collin Anderson
2016-08-23
5
-15
/
+20
*
Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.
Chris Jerdonek
2016-08-23
5
-10
/
+98
*
Fixed #27018 -- Fixed admindocs crash with a view in a class.
Helen Sherwood-Taylor
2016-08-20
7
-5
/
+91
*
Fixed #27096 -- Fixed primary key introspection for sqlite3 backend
Claude Paroz
2016-08-20
3
-3
/
+5
*
Fixed #27013 -- Clarified commands to install argon2/bcrypt packages.
Tim Graham
2016-08-19
1
-4
/
+4
*
Refs #26902 -- Protected against insecure redirects in set_language().
Przemysław Suliga
2016-08-19
3
-7
/
+25
*
Refs #26902 -- Protected against insecure redirects in Login/LogoutView.
Przemysław Suliga
2016-08-19
3
-2
/
+51
*
Fixed #26902 -- Allowed is_safe_url() to require an https URL.
Przemysław Suliga
2016-08-19
2
-4
/
+31
*
Fixed #27085 -- Corrected a screenshot in the tutorial.
Tim Graham
2016-08-19
1
-0
/
+0
*
Fixed #26987 -- Documented using QuerySet.get() without arguments.
Abhishek Bera
2016-08-19
1
-0
/
+5
*
Removed DateTimeAwareJSONEncoder alias.
Tim Graham
2016-08-19
2
-3
/
+4
*
Added technical board for 1.11 release cycle.
Tim Graham
2016-08-19
1
-1
/
+1
*
Fixed #26571 -- Corrected recommendation for converting timestamps to tz-awar...
Tim Graham
2016-08-19
1
-4
/
+2
*
Fixed #22288 -- Fixed F() expressions with the __range lookup.
Matthew Wilkes
2016-08-19
11
-21
/
+292
*
Fixed #22414 -- Ensured that LiveServerTestCase closes connections.
Chris Jerdonek
2016-08-19
3
-2
/
+33
*
Refs #26747 -- Corrected a method name in tutorial05.
Vincent Zhang
2016-08-19
1
-1
/
+1
*
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
[next]