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 #27602 -- Added Oracle support for BoundingCircle GIS function.
Sergey Fedoseev
2016-12-15
6
-50
/
+73
*
Fixed #27607 -- Added Oracle support for AsGML GIS function.
Sergey Fedoseev
2016-12-15
6
-17
/
+26
*
Optimized Model instantiation a bit.
Adam Chainz
2016-12-15
3
-28
/
+60
*
Refs #27558 -- Isolated indexes test on MySQL.
Tim Graham
2016-12-15
1
-11
/
+22
*
Corrected docs claiming AsGML is supported on Oracle.
Tim Graham
2016-12-15
2
-8
/
+6
*
Improved testing of num_seg kwarg of BoundingCircle GIS function.
Sergey Fedoseev
2016-12-15
1
-0
/
+9
*
Fixed #27582 -- Allowed HStoreField to store null values.
David Hoffman
2016-12-15
6
-9
/
+33
*
Fixed #25751 -- Doc'd how to use JavaScriptCatalog with i18n_patterns().
Ben Wilkins
2016-12-15
1
-0
/
+12
*
Used assertRaisesMessage() in template_backends tests.
Tim Graham
2016-12-15
1
-15
/
+16
*
Simplified a GIS test by using an SRID available on all backends.
Sergey Fedoseev
2016-12-15
1
-21
/
+5
*
Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.
Waldemar Kornewald
2016-12-14
8
-2
/
+69
*
Fixed #27313 -- Allowed overriding admin popup response template.
Michael Scott
2016-12-14
6
-6
/
+80
*
Used ternary if/else in utils.lorem_ipsum.words().
Michael Lelyakin
2016-12-14
1
-4
/
+1
*
Fixed missing versionadded/changed annotations on docs.djangoproject.com.
Tim Graham
2016-12-14
1
-0
/
+1
*
Fixed #27599 -- Fixed Field.__str__() crash for fields not attached to models.
Morgan Aubert
2016-12-14
2
-3
/
+9
*
Added Prefetch import to first use in QuerySet docs.
Perry Roper
2016-12-14
1
-0
/
+2
*
Moved test_field_ordering to the model_fields package.
Morgan Aubert
2016-12-14
2
-17
/
+10
*
Fixed #27598 -- Allowed specifying directories for a filesystem template loader.
Tim Graham
2016-12-14
4
-1
/
+39
*
Fixed #27594 -- Fixed select_related() with reverse self-referential OneToOne...
Daniel Hillier
2016-12-14
3
-3
/
+20
*
Fixed #27592 -- Doc'd that QueryDict iter methods are Python 2 only.
Tim Graham
2016-12-14
1
-0
/
+6
*
Removed an unnecessary, discouraging sentence on the "It worked!" page.
Merrin Macleod
2016-12-13
1
-1
/
+0
*
Refs #27184 -- Fixed unclosed file ResourceWarning in test_client test.
Jon Dufresne
2016-12-12
1
-2
/
+2
*
Fixed #27588 -- Removed unneeded colon in makemigrations output.
Tim Graham
2016-12-12
1
-1
/
+1
*
Fixed #27310 -- Stopped rendering apps in RenameModel.state_forwards.
Simon Charette
2016-12-10
2
-63
/
+46
*
Fixed #27583 -- Fixed MultiValueDict.getlist() crash when values for key is N...
Mariusz Felisiak
2016-12-09
2
-1
/
+6
*
Fixed #27355 -- Added “Creating extension using migrations” docs.
ntuckovic
2016-12-08
2
-21
/
+33
*
Imported specific models in a few tests that didn't.
Tim Graham
2016-12-08
4
-166
/
+181
*
Fixed #27472 -- Fixed GEOSGeometry('POINT EMPTY').transform crash.
Sergey Fedoseev
2016-12-08
2
-2
/
+6
*
Refs #27472 -- Fixed OGRGeometry('POINT EMPTY').geos crash.
Sergey Fedoseev
2016-12-08
6
-3
/
+35
*
Refs #27472 -- Fixed GEOSGeometry('POINT EMPTY').ogr crash.
Sergey Fedoseev
2016-12-08
4
-7
/
+21
*
Fixed #13312 -- Allowed specifying the order of null fields in queries.
Yohann Gabory
2016-12-08
5
-13
/
+105
*
Simplified Transform GIS function by setting output_field.
Sergey Fedoseev
2016-12-08
1
-7
/
+2
*
Fixed #27566 -- Clarified overriding ModelAdmin.save_model()/delete_model() d...
Doug Harris
2016-12-08
1
-7
/
+12
*
Added period in BaseFormView docstring.
Collederas
2016-12-08
1
-1
/
+1
*
Fixed #17002 -- Allowed using a ManyToManyField through model that inherits a...
InvalidInterrupt
2016-12-07
7
-17
/
+147
*
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-12-07
27
-104
/
+84
*
Fixed #25708 -- Fixed annotations with geometry values.
Sergey Fedoseev
2016-12-07
3
-0
/
+39
*
Refs #17235 -- Made MultiPartParser leave request.POST immutable.
Vinay Karanam
2016-12-07
5
-1
/
+26
*
Fixed #26789 -- Fixed handling of empty geometries in BaseSpatialField.get_db...
Sergey Fedoseev
2016-12-06
4
-5
/
+31
*
Refs #26789 -- Fixed output of WKBWriter for empty points and polygons.
Sergey Fedoseev
2016-12-06
2
-3
/
+66
*
Fixed #27416 -- Prevented ModelFormSet from creating objects for invalid PKs ...
Hiroki Kiyohara
2016-12-06
2
-5
/
+28
*
Fixed #27567 -- Fixed crash in the debug view when request.user errors.
Andreas Pelme
2016-12-06
3
-4
/
+44
*
Fixed #18729 -- Made admin changelist not use distinct() if a list_filter doe...
nmhung89
2016-12-06
2
-2
/
+23
*
Fixed #26494 -- Made Archive.extract() preserve file permissions.
Anton Samarchyan
2016-12-06
6
-0
/
+15
*
Refs #27025 -- Fixed Python 3.6 deprecation warning for empty model super() c...
Tim Graham
2016-12-05
1
-1
/
+5
*
Refs #27324 -- Optimized DatabaseIntrospection.get_constraints() for foreign ...
Mariusz Felisiak
2016-12-05
1
-4
/
+2
*
Fixed unrendered rows in GIS DB functions table in docs.
Sergey Fedoseev
2016-12-05
1
-3
/
+3
*
Removed test workarounds for PROJ.4 < 4.7.0.
Sergey Fedoseev
2016-12-05
1
-44
/
+24
*
Removed deprecated html_translator_class sphinx config option.
Tim Graham
2016-12-05
2
-3
/
+1
*
Fixed #27561 -- Added Oracle support for binary "or" operator.
Mariusz Felisiak
2016-12-02
4
-4
/
+2
[prev]
[next]