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 #26285 -- Deprecated the MySQL-specific __search lookup.
Marc Tamlyn
2016-03-02
3
-0
/
+8
*
Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...
acrefoot
2016-03-02
5
-20
/
+57
*
Fixed #26304 -- Ignored unmanaged through model in table introspection.
Matthew Schinckel
2016-03-02
1
-1
/
+4
*
Removed obsolete, unused option 'hide_empty' from loaddata command.
Jon Dufresne
2016-03-01
1
-4
/
+1
*
Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.
Florian Apolloner
2016-03-01
1
-20
/
+57
*
Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.
Mark Striemer
2016-03-01
1
-2
/
+6
*
Fixed #26229 -- Improved check for model admin check admin.E124
Alasdair Nicol
2016-03-01
1
-4
/
+4
*
Fixed #26186 -- Documented how app relative relationships of abstract models ...
Simon Charette
2016-02-29
1
-15
/
+6
*
Removed unused 'Between' lookup.
Adam Chainz
2016-02-29
1
-5
/
+0
*
Fixed #26230 -- Made default_related_name affect related_query_name.
chenesan
2016-02-27
3
-6
/
+21
*
Fixed #26264 -- Fixed prefetch_related() crashes with values_list(flat=True)
Attila Tovt
2016-02-26
1
-5
/
+6
*
Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent...
Tore Lundqvist
2016-02-26
5
-11
/
+40
*
Fixed #26286 -- Prevented content type managers from sharing their cache.
Simon Charette
2016-02-26
1
-9
/
+11
*
Fixed #25279 -- Made prefetch_related_objects() public.
Adam Chainz
2016-02-26
2
-10
/
+9
*
Fixed #24974 -- Fixed inheritance of formfield_callback for modelform_factory...
Yoong Kang Lim
2016-02-26
1
-2
/
+9
*
Fixed #24793 -- Unified temporal difference support.
Simon Charette
2016-02-26
12
-0
/
+92
*
Fixed #24653 -- Fixed MySQL database introspection when using read_default_file.
zshimanchik
2016-02-26
1
-4
/
+4
*
Fixed #26280 -- Fixed cached template loader crash when loading nonexistent t...
Ivan Tsouvarev
2016-02-26
1
-1
/
+1
*
Fixed #25811 -- Added a helpful error when making _in queries across differen...
Edwar Baron
2016-02-26
1
-0
/
+7
*
Fixed #26231 -- Used .get_username in admin login template.
Sjoerd Job Postmus
2016-02-25
1
-1
/
+1
*
Fixed #26269 -- Prohibited spaces in is_valid_ipv6_address().
Nick Malakhov
2016-02-25
1
-0
/
+6
*
Fixed #26151 -- Refactored MigrationWriter.serialize()
Yoong Kang Lim
2016-02-25
2
-266
/
+392
*
Fixed #26117 -- Consulted database routers in initial migration detection.
Scott Sexton
2016-02-25
1
-3
/
+16
*
Fixed #12233 -- Allowed redirecting authenticated users away from the login v...
Olivier Le Thanh Duong
2016-02-25
1
-13
/
+20
*
Fixed #14098 -- Prevented crash for introspection errors in inspectdb
Claude Paroz
2016-02-25
1
-13
/
+21
*
Fixed #26266 -- Output the primary key in the GeoJSON serializer properties
Claude Paroz
2016-02-24
1
-0
/
+3
*
Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
Jon Dufresne
2016-02-24
1
-1
/
+1
*
Fixed #23832 -- Added timezone aware Storage API.
James Aylett
2016-02-23
2
-7
/
+124
*
Prevented static file corruption when URL fragment contains '..'.
Aymeric Augustin
2016-02-23
1
-8
/
+0
*
Fixed #26249 -- Fixed collectstatic crash for files in STATIC_ROOT referenced...
Aymeric Augustin
2016-02-23
1
-31
/
+40
*
Fixed #25670 -- Allowed dictsort to sort a list of lists.
Andrew Kuchev
2016-02-23
2
-7
/
+34
*
Fixed #26263 -- Deprecated Context.has_key()
Tim Graham
2016-02-23
1
-4
/
+11
*
Used call_command return value in staticfiles tests
Claude Paroz
2016-02-23
2
-3
/
+3
*
Fixed #26190 -- Returned handle() result from call_command
Claude Paroz
2016-02-23
1
-7
/
+6
*
Fixed #26187 -- Removed weak password hashers from PASSWORD_HASHERS.
Tim Graham
2016-02-22
1
-5
/
+0
*
Fixed #26238 -- Raised explicit error for non-editable field in ModelForm
Claude Paroz
2016-02-21
1
-0
/
+6
*
Fixed #25653 -- Made --selenium run only the selenium tests.
Akshesh
2016-02-19
1
-1
/
+2
*
Refs #25735 -- Made @tag decorator importable from django.test.
Tim Graham
2016-02-19
1
-2
/
+2
*
Fixed #25349 -- Allowed a ModelForm to unset a fields with blank=True, requir...
haxoza
2016-02-19
1
-5
/
+5
*
Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.
Tim Graham
2016-02-18
1
-1
/
+8
*
Fixed #26107 -- Added option to int_list_validator() to allow negative integers.
Akshesh
2016-02-18
1
-2
/
+5
*
Fixed #26233 -- Fixed invalid reSt in models.Q docstring.
Tim Graham
2016-02-18
1
-1
/
+1
*
Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.
Akshesh
2016-02-17
1
-1
/
+1
*
Fixed #25735 -- Added support for test tags to DiscoverRunner.
Jakub Paczkowski
2016-02-17
2
-2
/
+39
*
Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values
Claude Paroz
2016-02-16
2
-4
/
+11
*
Fixed #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2
Berker Peksag
2016-02-15
1
-1
/
+1
*
Fixed #26212 -- Made forms.FileField and translation.lazy_number() picklable.
Alexey Kotlyarov
2016-02-15
1
-0
/
+7
*
Fixed #26193 -- Made urlize() trim multiple trailing punctuation.
Jon Dufresne
2016-02-15
1
-13
/
+40
*
Fixed #11665 -- Made TestCase check deferrable constraints after each test.
Jon Dufresne
2016-02-13
1
-1
/
+12
*
Fixed #25304 -- Allowed management commands to check if migrations are applied.
Mounir Messelmeni
2016-02-12
4
-37
/
+46
[next]