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
path:
root
/
django
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Claude Paroz
2016-09-12
7
-18
/
+49
*
Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.
Jon Dufresne
2016-09-10
1
-2
/
+14
*
Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.
Alexander Gaevsky
2016-09-10
2
-1
/
+6
*
Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.
Alexander Gaevsky
2016-09-10
5
-15
/
+34
*
Fixed #27083 -- Added support for weak ETags.
Kevin Christopher Henry
2016-09-10
4
-33
/
+39
*
Fixed #27204 -- Made clashing m2m intermediary table checks ignore unmanaged ...
Tim Graham
2016-09-09
1
-2
/
+2
*
Fixed #27062 -- Eased implementing select_for_update() on MSSQL.
Mikhail Denisenko
2016-09-09
2
-16
/
+24
*
Normalized spelling of ETag.
Tim Graham
2016-09-09
2
-2
/
+2
*
Fixed #27199 -- Made AdminIntegerFieldWidget use NumberInput.
Rinat Khabibiev
2016-09-09
1
-1
/
+1
*
Fixed #27195 -- Stopped dropping default when adding a nullable column.
Simon Charette
2016-09-09
1
-1
/
+1
*
Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...
Jon Dufresne
2016-09-08
1
-1
/
+10
*
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
Chris Jerdonek
2016-09-08
9
-67
/
+59
*
Refs #15250 -- Removed an obsolete comment regarding MTI cascade deletion.
Simon Charette
2016-09-08
1
-4
/
+0
*
Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView.
Jon Dufresne
2016-09-07
1
-5
/
+15
*
Refs #26956 -- Allowed is_safe_url() to validate against multiple hosts
Jon Dufresne
2016-09-07
3
-9
/
+21
*
Fixed #27143 -- Allowed combining SearchQuery with more than one & or | opera...
Nicola Jordan
2016-09-07
1
-19
/
+39
*
Fixed #26908 -- Fixed crash with jsonfield__key__isnull lookup.
Tim Graham
2016-09-07
1
-1
/
+1
*
Fixed #27191 -- Fixed debug view crash for requests with 'items' in GET/POST/...
Anatoly Burov
2016-09-07
1
-18
/
+22
*
Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mode doesn't...
Markus Gerards
2016-09-07
1
-1
/
+1
*
Fixed #24865 -- Added remove_stale_contenttypes management command.
Tim Graham
2016-09-06
5
-87
/
+111
*
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
4
-4
/
+5
*
Fixed #25788 -- Enabled the cached template loader if debug is False.
Tim Graham
2016-09-03
1
-0
/
+2
*
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-09-03
20
-59
/
+56
*
Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.
Daniel Hahler
2016-09-03
2
-3
/
+3
*
Fixed #27097 -- Added index type introspection to built-in db backends.
Akshesh
2016-09-02
6
-13
/
+14
*
Added error messages for GIS DB functions when used with rasters.
Daniel Wiesmann
2016-09-02
1
-1
/
+6
*
Fixed #25476 -- Allowed PostgreSQL introspection to work regardless of table ...
Marcos Vives Del Sol
2016-09-02
1
-56
/
+34
*
Fixed #27108 -- Displayed collectstatic's delete/overwrite warnings only if s...
François Freitag
2016-09-02
1
-11
/
+17
*
Fixed #11331 -- Stopped closing pylibmc connections after each request.
Ed Morley
2016-09-02
1
-0
/
+6
*
Fixed #27142, #27110 -- Made makemigrations consistency checks respect databa...
Tim Graham
2016-09-01
2
-11
/
+11
*
Fixed #5908 -- Added {% resetcycle %} template tag.
Sergei Maertens
2016-09-01
1
-0
/
+45
*
Clarified URL regex check message with respect to include().
Riccardo Magliocchetti
2016-09-01
1
-2
/
+5
*
Refs #27039 -- Fixed regression with field defaults in prefixed forms.
Alex Hill
2016-09-01
1
-1
/
+1
*
Fixed #24112 -- Fixed assertInHTML()'s counting if needle has no root element.
Adam Zapletal
2016-08-31
1
-0
/
+3
*
Fixed #25181 -- Added localdate() function to get date in a different time zone.
Jon Dufresne
2016-08-31
2
-2
/
+20
*
Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.
Ed Morley
2016-08-31
1
-1
/
+2
*
Fixed #27140 -- Prevented template rendering from hiding a property's TypeError.
Tim Graham
2016-08-31
1
-3
/
+2
*
Fixed #20892 -- Allowed configuring memcached client using OPTIONS.
Ed Morley
2016-08-31
1
-8
/
+27
*
Fixed #27154 -- Allowed comparing CallableBool with bitwise or.
Olexander Yermakov
2016-08-31
1
-0
/
+3
*
Fixed #27131 -- Passed proper string type to SMTP connection login
Claude Paroz
2016-08-31
1
-3
/
+7
*
Fixed #27153 -- Added validation for HttpResponse status.
Ryan Allen
2016-08-30
1
-1
/
+7
*
Fixed #27081 -- Allowed migrations to serialize methods on pypy.
Tim Graham
2016-08-30
1
-1
/
+1
*
Fixed #26685 -- Added dwithin lookup support on SpatiaLite.
Kevan Swanberg
2016-08-30
1
-0
/
+1
*
Fixed #25109 -- Stopped silencing explicitly specified migration modules impo...
Simon Charette
2016-08-30
3
-6
/
+12
*
Removed double semicolon in SQL query
Claude Paroz
2016-08-30
1
-1
/
+1
*
Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_const...
Akshesh
2016-08-30
2
-14
/
+9
*
Clarified topological_sort_as_sets() docstring.
Pavel Sutyrin
2016-08-29
1
-1
/
+1
*
Fixed #27136 -- Changed auth forms' autofocus attribute to HTML5 boolean syntax.
Jon Dufresne
2016-08-28
1
-4
/
+4
*
Fixed #27126 -- Made {% regroup %} return a namedtuple to ease unpacking.
Baptiste Mispelon
2016-08-26
1
-1
/
+5
[next]