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 #29274 -- Increased the number of common passwords from 1k to 20k.
GS-14
2018-04-16
2
-2
/
+2
*
Fixed #29330 -- Fixed crash when pickling BaseExpression.
Daniel Miller
2018-04-16
1
-0
/
+5
*
Fixed #27863 -- Added support for the SameSite cookie flag.
Alex Gaynor
2018-04-13
6
-1
/
+15
*
Fixed #29322 -- Made admin check all ModelAdmin fieldsets for duplicates.
Matthias Kestenholz
2018-04-13
1
-4
/
+5
*
Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_...
Mariusz Felisiak
2018-04-13
1
-3
/
+2
*
Fixed #29320 -- Added an exception when an annotation alias matches a Foreign...
Flávio Juvenal
2018-04-12
1
-1
/
+5
*
Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.
Paul Donohue
2018-04-12
3
-7
/
+12
*
Fixed #29193 -- Prevented unnecessary foreign key drops when altering a uniqu...
Jeremy Bowman
2018-04-11
1
-3
/
+19
*
Fixed #29301 -- Made management command --help display command-specific argum...
David Foster
2018-04-11
1
-1
/
+3
*
Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields.
Alasdair Nicol
2018-04-10
1
-6
/
+6
*
Fixed #28950 -- Fixed ArrayField.has_changed() for empty values.
Vinay Karanam
2018-04-07
1
-0
/
+10
*
Fixed #29289 -- Clarified PasswordResetTokenGenerator comment regarding the d...
Tim Graham
2018-04-06
1
-10
/
+17
*
Fixed #29248 -- Renamed admin CSS class field-box to fieldBox.
Faheel Ahmad
2018-04-05
4
-6
/
+6
*
Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission().
Jon Dufresne
2018-04-04
2
-4
/
+29
*
Fixed #29288 -- Made {% widthratio %} assign to as var if an exception occurs.
Jirka Vejrazka
2018-04-04
1
-2
/
+2
*
Fixed #29284 -- Made ImageField render with accept="image/*"' HTML attribute.
safu9
2018-04-04
1
-1
/
+7
*
Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...
Dmitry Dygalo
2018-04-04
4
-3
/
+15
*
Refs #24791 -- Made PostgreSQL's nodb connection use first PostgresSQL db whe...
Mariusz Felisiak
2018-04-03
1
-9
/
+9
*
Refs #28643 -- Added Repeat database function.
Mariusz Felisiak
2018-04-03
3
-4
/
+20
*
Fixed #29251 -- Added bytes to str conversion in LPad/RPad database functions...
Mariusz Felisiak
2018-04-03
3
-1
/
+21
*
Refs #28577 -- Added check for HStoreField to prevent mutable default.
Tim Graham
2018-04-03
1
-1
/
+4
*
Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget ma...
Claude Paroz
2018-04-02
2
-4
/
+17
*
Fixed #29273 -- Prevented initial selection of empty choice in multiple choic...
Claude Paroz
2018-04-02
1
-0
/
+2
*
Removed unused regexes in django.core.management.templates.
desigrammer
2018-04-02
1
-4
/
+0
*
Fixed #29279 -- Added renderer argument to ModelForm.
Dan Watson
2018-03-31
1
-1
/
+3
*
Fixed #29275 -- Made assertFormError() output "(actual errors: none)" instead...
Chris Lamb
2018-03-31
1
-1
/
+1
*
Fixed #29270 -- Fixed UserChangeForm crash if password field is excluded.
Malte Gerth
2018-03-29
1
-4
/
+6
*
Fixed #29245 -- Made autodetector treat field renames + db_column addition as...
Simon Charette
2018-03-28
1
-2
/
+9
*
Fixed #29258 -- Added type checking for login()'s backend argument.
Abeer Upadhyay
2018-03-28
1
-0
/
+3
*
Removed unnecessary variable in Lexer.create_token().
Mads Jensen
2018-03-24
1
-5
/
+4
*
Fixed #23406 -- Allowed migrations to be loaded from .pyc files.
Dan Watson
2018-03-23
1
-11
/
+14
*
Fixed #28718 -- Allowed user to request a password reset if their password do...
Tim Graham
2018-03-22
2
-11
/
+11
*
Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsuppor...
Michael Sinov
2018-03-21
1
-4
/
+12
*
Fixed too many parentheses in inspectdb Meta.unique_together output.
Tim Graham
2018-03-21
1
-1
/
+1
*
Refs #23919 -- Removed obsolete comments about u'' prefixes.
Tim Graham
2018-03-21
1
-4
/
+1
*
Refs #27656 -- Removed "This will" prefix from djanog/templatetags/i18n.py do...
Tim Graham
2018-03-21
1
-32
/
+27
*
Used datetime.timezone.utc instead of pytz.utc for better performance.
Sergey Fedoseev
2018-03-20
5
-20
/
+10
*
Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField.
Nick Pope
2018-03-20
3
-36
/
+4
*
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...
Tim Graham
2018-03-20
3
-22
/
+7
*
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-20
4
-37
/
+14
*
Extracted deserialize fk/m2m functions from Deserializer.
Peter Inglesby
2018-03-20
2
-40
/
+55
*
Fixed #29229 -- Fixed column mismatch crash when combining two annotated valu...
Astral
2018-03-19
1
-1
/
+2
*
Refs #28643 -- Added LPad and RPad database functions.
Mariusz Felisiak
2018-03-19
3
-4
/
+30
*
Fixed #29184 -- Made TabularInline respect model form's Meta.labels and help_...
Hasan Ramezani
2018-03-17
1
-3
/
+6
*
Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...
Claude Paroz
2018-03-17
1
-3
/
+5
*
Removed unused args in Index.clone().
Mads Jensen
2018-03-17
1
-2
/
+2
*
Removed DatabaseFeatures.can_introspect_null.
Tim Graham
2018-03-16
1
-8
/
+1
*
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-16
7
-11
/
+16
*
Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a ...
Mattia Procopio
2018-03-15
1
-1
/
+2
*
Fixed #28959 -- Fixed 'No, take me back' button on admin's inline popup.
Josh Schneier
2018-03-15
1
-1
/
+5
[prev]
[next]