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 #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-08
56
-134
/
+134
*
Refs #23947 -- Worked around a bug in Python that prevents deprecation warnin...
Diego Guimarães
2014-12-06
1
-0
/
+14
*
Updated obsolete comment.
Aymeric Augustin
2014-12-06
1
-2
/
+2
*
Fixed #23957 -- Started deprecation toward requiring session verification.
Tim Graham
2014-12-05
1
-0
/
+12
*
Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations
Claude Paroz
2014-12-04
2
-17
/
+62
*
Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField.
Tim Graham
2014-12-04
1
-1
/
+1
*
Fixed #23911 -- Added support for buffer file uploads in the test client
Thomas Tanner
2014-12-04
1
-3
/
+8
*
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-12-03
13
-53
/
+53
*
Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddle...
Tim Graham
2014-12-03
3
-32
/
+53
*
Fixed #20392 -- Added TestCase.setUpTestData()
Thomas Chaumeny
2014-12-03
1
-15
/
+59
*
Fixed #23950 -- Prevented calling deconstruct on classes in MigrationWriter.
Gavin Wahl
2014-12-03
1
-14
/
+14
*
Fixed #23935 -- Converted decimals to fixed point in utils.numberformat.format
Eric Rouleau
2014-12-03
1
-1
/
+6
*
Tweaked fix for refs #23946; thanks Claude.
Tim Graham
2014-12-02
1
-2
/
+2
*
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 #23946 -- Fixed runserver crash when socket error contains Unicode chars.
Andriy Sokolovskiy
2014-12-02
1
-2
/
+2
*
Fixed #23934 -- Fixed regression in admin views obj parameter.
Kamil Braun
2014-12-02
1
-5
/
+5
*
Fixed typo in django/dispatch/dispatcher.py docstring.
jerry dumblauskas
2014-12-02
1
-1
/
+1
*
Fixed #23945 -- Made default site use the configured SITE_ID.
wrwrwr
2014-12-01
2
-1
/
+10
*
Fixed #23807 -- Ignored non-digits in psycopg2 version
Andriy Sokolovskiy
2014-12-01
1
-1
/
+1
*
Fixed #23289 -- Added mock as a test dependency.
Tim Graham
2014-12-01
1
-0
/
+9
*
Fixed #23929 -- Added more tests for create_default_site.
wrwrwr
2014-12-01
1
-11
/
+58
*
Fixed #23909 -- Prevented crash when collecting SQL for RunSQL
Claude Paroz
2014-12-01
1
-1
/
+5
*
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 #23933 -- Made override_settings(DATABASE_ROUTERS) affect the master ro...
wrwrwr
2014-12-01
1
-1
/
+8
*
Fixed #23880 -- Added missing index_together handling for SQLite
Markus Holtermann
2014-12-01
1
-1
/
+19
*
Restored the 'TEST_' prefix in the warning about deprecated test database set...
Shai Berger
2014-12-01
1
-1
/
+1
*
Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...
wrwrwr
2014-11-29
1
-0
/
+48
*
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
*
Corrected deprecation warnings for RedirectView; refs #21587.
Berker Peksag
2014-11-28
1
-1
/
+14
*
Fixed #4444 - Made runserver suppress 'broken pipe' errors
Matthew Somerville
2014-11-28
1
-0
/
+38
*
Fixed #23925 -- Allowed settings.AUTHENTICATION_BACKENDS to reference import ...
sdeprez
2014-11-28
3
-5
/
+36
*
Fixed #23728 -- Added the --exit option to makemigrations.
Tim Heap
2014-11-28
1
-8
/
+16
*
Fixed #23853 -- Added Join class to replace JoinInfo
Anssi Kääriäinen
2014-11-28
4
-127
/
+184
*
Fixed #901 -- Added Model.refresh_from_db() method
Anssi Kääriäinen
2014-11-28
2
-9
/
+69
*
Fixed #23894 -- Made deconstruct methods favor kwargs over args
Markus Holtermann
2014-11-28
4
-31
/
+84
*
Fixed #23910 -- Added reply_to parameter to EmailMessage
Martin Blech
2014-11-28
1
-3
/
+13
*
Fixed #16731 -- Made pattern lookups work properly with F() expressions
Thomas Chaumeny
2014-11-28
5
-17
/
+89
*
Fixed #23338 -- Added warning when unique=True on ForeigKey
Diego Guimarães
2014-11-27
2
-0
/
+16
*
Fixed #23924 -- Made EmailMessage raise TypeError for type checks
Martin Blech
2014-11-27
1
-3
/
+6
*
Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.read...
wrwrwr
2014-11-27
7
-15
/
+30
*
Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode.
Berker Peksag
2014-11-27
1
-1
/
+6
*
Fixed #23877 -- aggregation's subquery missed target col
Anssi Kääriäinen
2014-11-27
2
-7
/
+54
*
Fixed #23875 -- cleaned up query.get_count()
Anssi Kääriäinen
2014-11-27
3
-96
/
+33
*
Fixed #23801 -- Added warning when max_length is used with IntegerField
MattBlack85
2014-11-26
1
-0
/
+17
*
Fixed #23867 -- removed DateQuerySet hacks
Anssi Kääriäinen
2014-11-26
9
-232
/
+89
*
Fixed #23677 -- Removed contrib.formtools
Tim Graham
2014-11-26
209
-6248
/
+0
[next]