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
*
Isolated test_close() cache test.
fix-cache-test
Tim Graham
2016-09-14
1
-4
/
+8
*
Fixed #27211 -- Made UpdateCacheMiddleware include caching headers for "304 N...
Rinat Khabibiev
2016-09-14
2
-3
/
+18
*
Fixed #26170 -- Made ModelAdmin views run transactions on the correct database.
Jibodeah
2016-09-14
4
-4
/
+136
*
Fixed #27214 -- Made skip db features decorators respect wrapping order and i...
Simon Charette
2016-09-13
2
-7
/
+32
*
Fixed a couple ordering dependent tests on Oracle broken by refs #27203.
Tim Graham
2016-09-13
1
-2
/
+2
*
Fixed #27216 -- Corrected import location in admin deprecation messages.
Jeff Willette
2016-09-13
2
-4
/
+4
*
Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...
Mads Jensen
2016-09-13
23
-504
/
+262
*
Refs #26524 -- Added a test for a <OneToOneField>_id reference in ModelAdmin....
Jon Dufresne
2016-09-12
1
-4
/
+16
*
Fixed #26524 -- Fixed crash in admin change view when displaying many to many...
Jon Dufresne
2016-09-12
3
-1
/
+13
*
Fixed #23155 -- Added request argument to user_login_failed signal.
Gavin Wahl
2016-09-12
6
-7
/
+42
*
Fixed #25187 -- Made request available in authentication backends.
Aleksej Manaev
2016-09-12
12
-24
/
+106
*
Used a database feature to prevent the jsonb test model from being migrated.
Simon Charette
2016-09-12
4
-42
/
+19
*
Added a blank line per isort.
Tim Graham
2016-09-12
1
-0
/
+1
*
Removed an empty test app.
Tim Graham
2016-09-12
1
-0
/
+0
*
Fixed #27212 -- Fixed typo in docs/howto/static-files/index.txt.
Tim Graham
2016-09-12
1
-3
/
+3
*
Fixed #27206 -- Corrected MONTH_DAY/DATE_FORMAT for et locale.
Merike Sell
2016-09-12
1
-2
/
+2
*
Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt.
Simon Charette
2016-09-12
1
-1
/
+1
*
Refs #27098 -- Added introspection for expression-based index on PostgreSQL
Claude Paroz
2016-09-12
2
-11
/
+26
*
Reformatted PostgreSQL query for better readability
Claude Paroz
2016-09-12
1
-7
/
+6
*
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Claude Paroz
2016-09-12
13
-29
/
+81
*
Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.
Jon Dufresne
2016-09-10
5
-2
/
+121
*
Fixed indentation in previous commit.
Tim Graham
2016-09-10
1
-2
/
+2
*
Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.
Alexander Gaevsky
2016-09-10
4
-1
/
+19
*
Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.
Alexander Gaevsky
2016-09-10
9
-22
/
+44
*
Used decorators in conditional_processing test views.
Tim Graham
2016-09-10
1
-5
/
+5
*
Fixed #27083 -- Added support for weak ETags.
Kevin Christopher Henry
2016-09-10
11
-66
/
+128
*
Fixed #27204 -- Made clashing m2m intermediary table checks ignore unmanaged ...
Tim Graham
2016-09-09
2
-2
/
+32
*
Refs #25415 -- Fixed invalid models in the test suite.
Adam Chainz
2016-09-09
10
-17
/
+16
*
Fixed #27062 -- Eased implementing select_for_update() on MSSQL.
Mikhail Denisenko
2016-09-09
3
-18
/
+36
*
Normalized spelling of ETag.
Tim Graham
2016-09-09
8
-8
/
+7
*
Fixed #27199 -- Made AdminIntegerFieldWidget use NumberInput.
Rinat Khabibiev
2016-09-09
3
-3
/
+6
*
Organized forms_tests test_regressions.py.
Tim Graham
2016-09-09
7
-228
/
+198
*
Fixed #27195 -- Stopped dropping default when adding a nullable column.
Simon Charette
2016-09-09
2
-2
/
+7
*
Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...
Jon Dufresne
2016-09-08
6
-10
/
+53
*
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
Chris Jerdonek
2016-09-08
11
-70
/
+87
*
Refs #15250 -- Removed an obsolete comment regarding MTI cascade deletion.
Simon Charette
2016-09-08
2
-9
/
+1
*
Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView.
Jon Dufresne
2016-09-07
5
-5
/
+84
*
Refs #26956 -- Allowed is_safe_url() to validate against multiple hosts
Jon Dufresne
2016-09-07
6
-18
/
+48
*
Fixed #27143 -- Allowed combining SearchQuery with more than one & or | opera...
Nicola Jordan
2016-09-07
3
-19
/
+74
*
Fixed #27174 -- Explained where PollsConfig comes from in tutorial 2.
Ankur Gupta
2016-09-07
1
-3
/
+6
*
Fixed #26908 -- Fixed crash with jsonfield__key__isnull lookup.
Tim Graham
2016-09-07
2
-1
/
+12
*
Fixed #27191 -- Fixed debug view crash for requests with 'items' in GET/POST/...
Anatoly Burov
2016-09-07
2
-18
/
+92
*
Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mode doesn't...
Markus Gerards
2016-09-07
2
-2
/
+3
*
Removed unused lines in multiple_database test.
Tim Graham
2016-09-07
1
-7
/
+1
*
Fixed #27172 -- Closed database cursor explicitly in two doc examples
Chris Jerdonek
2016-09-07
2
-18
/
+16
*
Fixed #24865 -- Added remove_stale_contenttypes management command.
Tim Graham
2016-09-06
8
-106
/
+164
*
Removed transitive import of types.MethodType from six.
Curtis Maloney
2016-09-06
1
-3
/
+3
*
Fixed #27171 -- Added unicode_literals and coding preamble to all files in st...
Ivan
2016-09-03
5
-5
/
+15
*
Fixed #25788 -- Enabled the cached template loader if debug is False.
Tim Graham
2016-09-03
6
-13
/
+55
*
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-09-03
23
-63
/
+60
[next]