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
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-08
17
-32
/
+32
*
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-12-03
7
-26
/
+26
*
Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddle...
Tim Graham
2014-12-03
3
-32
/
+53
*
Added raster support for GDAL Driver class
Claude Paroz
2014-12-02
4
-56
/
+89
*
Added cpl error codes to errcheck functions
Daniel Wiesmann
2014-12-02
4
-19
/
+46
*
Added GDAL prototypes for raster support
Daniel Wiesmann
2014-12-02
2
-2
/
+59
*
Fixed #23934 -- Fixed regression in admin views obj parameter.
Kamil Braun
2014-12-02
1
-5
/
+5
*
Fixed #23945 -- Made default site use the configured SITE_ID.
wrwrwr
2014-12-01
2
-1
/
+10
*
Fixed #23929 -- Added more tests for create_default_site.
wrwrwr
2014-12-01
1
-11
/
+58
*
Removed a clear_cache statement in contrib.sites.create_default_site.
wrwrwr
2014-12-01
1
-2
/
+0
*
Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...
wrwrwr
2014-12-01
1
-9
/
+3
*
Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().
Berker Peksag
2014-11-29
1
-2
/
+2
*
Fixed #23423 -- Added unaccent lookup in django.contrib.postgres
Thomas Chaumeny
2014-11-28
3
-0
/
+20
*
Fixed #23925 -- Allowed settings.AUTHENTICATION_BACKENDS to reference import ...
sdeprez
2014-11-28
3
-5
/
+36
*
Fixed #23894 -- Made deconstruct methods favor kwargs over args
Markus Holtermann
2014-11-28
1
-2
/
+4
*
Fixed #23338 -- Added warning when unique=True on ForeigKey
Diego Guimarães
2014-11-27
1
-0
/
+1
*
Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.read...
wrwrwr
2014-11-27
7
-15
/
+30
*
Fixed #23867 -- removed DateQuerySet hacks
Anssi Kääriäinen
2014-11-26
2
-16
/
+0
*
Fixed #23677 -- Removed contrib.formtools
Tim Graham
2014-11-26
209
-6248
/
+0
*
Fixed #23915 -- Made sure m2m fields through non-pk to_field are allowed in t...
Simon Charette
2014-11-25
1
-1
/
+8
*
Fixed #23754 -- Always allowed reference to the primary key in the admin
Simon Charette
2014-11-25
1
-5
/
+4
*
Fixed #23898 -- Added missing context to admin's deleted_selected view.
Redouane Zait
2014-11-25
1
-11
/
+12
*
Removed direct references to template-related settings.
Aymeric Augustin
2014-11-23
2
-3
/
+5
*
Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"
Carl Meyer
2014-11-22
2
-3
/
+3
*
Fixed #23892 -- Made deconstructible classes forwards compatible
Carl Meyer
2014-11-22
2
-3
/
+3
*
Avoided rewrapping Contexts in render_to_response.
Aymeric Augustin
2014-11-22
1
-6
/
+6
*
Fixed #23873 -- Improved GIS error message when GEOS is not installed.
Carl Meyer
2014-11-19
1
-0
/
+9
*
Fixed GIS tests to again skip without error when GEOS is not installed.
Carl Meyer
2014-11-19
1
-2
/
+1
*
Replaced caching of a property with @cached_property.
Aymeric Augustin
2014-11-19
1
-11
/
+6
*
Simplified caching of password hashers.
Aymeric Augustin
2014-11-19
2
-34
/
+32
*
Fixed GeoSQLCompiler to pass itself correctly to column as_sql.
Carl Meyer
2014-11-19
1
-1
/
+1
*
Removed a deprecated use of SQLCompiler as quote_name in GIS.
Carl Meyer
2014-11-19
1
-1
/
+1
*
Added assertion error message for test_make_line
Claude Paroz
2014-11-17
1
-1
/
+3
*
Renamed qn to compiler
Josh Smeaton
2014-11-16
10
-53
/
+53
*
Added a new GeoJSON serialization format for GeoDjango
Claude Paroz
2014-11-15
5
-0
/
+160
*
Refs #23793 -- Fixed test failure after password reset messages clarification
Erik Romijn
2014-11-15
1
-2
/
+2
*
Merge pull request #3531 from ddaan/ticket_23834
Marc Tamlyn
2014-11-15
1
-1
/
+1
|
\
|
*
added test and fix to check for default null on ArrayField
Daan Vielen
2014-11-15
1
-1
/
+1
*
|
Fixed #23793 -- Clarified password reset messages.
Yigit Guler
2014-11-15
2
-2
/
+2
*
|
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-11-15
13
-82
/
+116
|
/
*
Fixed #23750 -- Allowed core.checks.register to be used as a function
averybigant
2014-11-11
3
-3
/
+3
*
Added HStoreField.
Marc Tamlyn
2014-11-04
10
-2
/
+308
*
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-11-03
4
-4
/
+4
*
Fixed #5405 -- Added admindocs support for reStructured text in model docstrings
Zan Anderle
2014-11-03
2
-8
/
+13
*
Changed docstrings in admindocs/utils to comply to PEP 257
Zan Anderle
2014-11-03
1
-3
/
+3
*
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-11-03
13
-72
/
+65
*
Fixed #23731 -- Fixed migrations crash when adding blank GeometryFields on Po...
Tim Graham
2014-10-31
2
-1
/
+30
*
Renamed SpatiaLite feature flag introduced in refs #23152.
Tim Graham
2014-10-31
2
-2
/
+2
*
Avoided using private API get_template_from_string.
Aymeric Augustin
2014-10-31
1
-2
/
+2
*
Fixed #23152 -- Added support for transactional Spatialite metadata initializ...
Tim Graham
2014-10-30
2
-1
/
+10
[next]