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 #9893 -- Allowed using a field's max_length in the Storage.
Pavel Shpilev
2015-01-12
2
-8
/
+53
*
Fixed #24118 -- Added --debug-sql option for tests.
Marc Tamlyn
2015-01-12
1
-5
/
+62
*
Removed supports_binary_field flag as all backends support them
Claude Paroz
2015-01-11
2
-4
/
+0
*
Fixed #23913 -- Deprecated the `=` comparison in `if` template tag.
Ola Sitarska
2015-01-11
2
-1
/
+10
*
Refs #24110 -- Added a more descriptive release note and fixed a spelling mis...
Markus Holtermann
2015-01-11
1
-1
/
+1
*
Fixed #24110 -- Rewrote migration unapply to preserve intermediate states
Markus Holtermann
2015-01-10
1
-15
/
+26
*
Fixed #24114 -- Improved error message in GEOSGeometry constructor
Claude Paroz
2015-01-10
1
-1
/
+3
*
Fixed #13165 -- Added edit and delete links to admin foreign key widgets.
Simon Charette
2015-01-10
8
-33
/
+217
*
Fixed #24001 -- Added range fields for PostgreSQL.
Marc Tamlyn
2015-01-10
5
-1
/
+241
*
Move % addition to lookups, refactor postgres lookups.
Marc Tamlyn
2015-01-10
5
-108
/
+108
*
Fixed #23967 -- Added formats for Greek
Serafeim Papastefanos
2015-01-10
1
-11
/
+25
*
Introspected alternate SQLite FK definitions
Claude Paroz
2015-01-10
1
-1
/
+8
*
Fixed #24097 -- Prevented AttributeError in redirect_to_login
Claude Paroz
2015-01-10
3
-6
/
+32
*
Removed an undocumented contenttypes synchronization method.
Simon Charette
2015-01-09
1
-9
/
+0
*
Fixed a typo in contrib/auth/tests/custom_user.py docstring.
Tim Graham
2015-01-09
1
-1
/
+1
*
Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.
Loic Bistuer
2015-01-10
3
-21
/
+29
*
Fixed #24098 -- Added no-op attributes to RunPython and RunSQL
Markus Holtermann
2015-01-09
1
-5
/
+10
*
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-08
29
-1393
/
+935
*
Fixed #24073 -- Returned None for get_language when translations are deactivated
Claude Paroz
2015-01-08
1
-0
/
+3
*
Removed unneeded smart_text calls
Claude Paroz
2015-01-08
1
-5
/
+3
*
Simplified verbose_name_raw property
Claude Paroz
2015-01-08
1
-6
/
+3
*
Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are ...
Markus Holtermann
2015-01-07
1
-25
/
+39
*
Fixed null handling in Value expression
Josh Smeaton
2015-01-07
1
-0
/
+5
*
Refs #23822 -- Made MigrationOptimizer aware of model managers
Markus Holtermann
2015-01-07
1
-0
/
+5
*
Restored support for multiple template names in render(_to_response).
Aymeric Augustin
2015-01-07
1
-2
/
+3
*
Added a request argument to render_to_string.
Aymeric Augustin
2015-01-07
1
-2
/
+7
*
Exposed Engine in the django.template namespace.
Aymeric Augustin
2015-01-07
2
-4
/
+7
*
Fixed #24073 -- Deactivated translations when leave_locale_alone is False
Claude Paroz
2015-01-07
1
-9
/
+8
*
Refs #22608 -- Optimized migration optimizer
Markus Holtermann
2015-01-07
1
-73
/
+75
*
Refs #22608 -- Optimized migration optimizer and migrate by caching calls to ...
Ulrich Petri
2015-01-07
5
-91
/
+180
*
Refs #2443 -- Allowed creation of objects with NULL DurationFields
Michał Modzelewski
2015-01-07
1
-0
/
+2
*
Fixed #24078 -- Removed empty strings from GenericIPAddressField
Josh Smeaton
2015-01-07
1
-1
/
+1
*
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-06
34
-495
/
+894
*
Made context take priority over context processors.
Aymeric Augustin
2015-01-06
1
-1
/
+7
*
Added comments to remove Engine.render_to_string in Django 2.0.
Aymeric Augustin
2015-01-06
2
-9
/
+9
*
Fixed #20003 -- Improved and extended URLValidator
Danilo Bargen
2015-01-06
1
-6
/
+25
*
Fixed gettext version regex
Claude Paroz
2015-01-06
1
-1
/
+1
*
Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middleware
Claude Paroz
2015-01-06
1
-1
/
+5
*
Fixed #24022 -- Deprecated the ssi tag.
Preston Timmons
2015-01-05
1
-0
/
+5
*
Closed files in FileResponse; refs #24072
Collin Anderson
2015-01-05
1
-0
/
+2
*
Refs #23359 -- Removed double newline from output of migrate --list
Markus Holtermann
2015-01-05
1
-2
/
+3
*
Fixed #23861 -- Added an API to deprecate model fields.
Tim Graham
2015-01-05
1
-13
/
+39
*
Fixed #8280 -- Allowed management command discovery for eggs
Claude Paroz
2015-01-05
1
-5
/
+5
*
Fixed #24072 -- Added FileResponse for streaming binary files.
Collin Anderson
2015-01-05
4
-6
/
+28
*
Renamed flag for detecting managers built from QuerySets with as_manager().
Markus Holtermann
2015-01-05
2
-2
/
+2
*
Removed extraneous super call in LiveServerTestCase
Claude Paroz
2015-01-03
1
-2
/
+0
*
Updated six to 1.9.0.
Tim Graham
2015-01-02
1
-25
/
+83
*
Fixed #24064 -- Prevented database access at compile time in spatialite models.
Andriy Sokolovskiy
2015-01-02
1
-6
/
+17
*
Added return value to Signal.disconnect().
Andriy Sokolovskiy
2015-01-02
1
-0
/
+3
*
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2015-01-02
19
-56
/
+57
[next]