index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
2017-02-21
Refs #26285 -- Removed postgresql's unused DatabaseOperations.fulltext_search...
Tim Graham
2017-02-21
Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.
Vytis Banaitis
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-20
Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-20
Refs #23151 -- Removed RegexField's unused error_message parameter.
Tim Graham
2017-02-20
Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped w...
Collin Anderson
2017-02-20
Fixed typo in DurationField's docstring.
Alexey Rogachev
2017-02-17
Fixed #27308 -- Fixed BytesWarnings in the test suite.
Tim Graham
2017-02-17
Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-17
Fixed #27843 -- Fixed truncate_name() when the name contains a username.
Mariusz Felisiak
2017-02-16
Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField from Dat...
Vytis Banaitis
2017-02-16
Fixed #27829 -- Deprecated settings.DEFAULT_CONTENT_TYPE.
Tim Graham
2017-02-15
Fixed #27135 -- Made index introspection return Index.suffix.
Tim Graham
2017-02-15
Fixed #27840 -- Fixed KeyError in PasswordResetConfirmView.form_valid().
Markus Holtermann
2017-02-13
Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.
amalia
2017-02-13
Added TransactionTestCase.multi_db instead of using getattr().
Tim Graham
2017-02-11
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-11
Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.
Mads Jensen
2017-02-11
Fixed #27722 -- Reallowed using django.Template in {% include %}.
Tim Graham
2017-02-11
Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-ta...
Tim Graham
2017-02-11
Fixed #25978 -- Deprecated shorcuts.render_to_response().
Tim Graham
2017-02-11
Fixed #25524 -- Removed GISOperations.get_distance()'s handle_spheroid param.
Tim Graham
2017-02-11
Removed WSGIServer.server_bind() identical to parent version
Claude Paroz
2017-02-10
Refs #27148 -- Fixed UUIDField.to_python(None) crash.
ClairePhila
2017-02-10
Allow UUIDField to be None when deserializing
ClairePhila
2017-02-09
Fixed #20238 -- Added threading support to LiveServerTestCase.
Nadège Michel
2017-02-09
Fixed #22669 -- Fixed QuerySet.bulk_create() with empty model fields on Oracle.
Mikhail Nacharov
2017-02-09
Fixed #25898 -- Made test database/user creation on Oracle reraise unexpected...
Mariusz Felisiak
2017-02-09
Fixed #26551 -- Fixed negated Q() queries that span relations.
François Freitag
2017-02-09
Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri().
Chronial
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-09
Refs #23919 -- Removed an used block in ExceptionReporter.get_traceback_data().
Tim Graham
2017-02-09
Fixed #27822 -- Replaced deprecated cx_Oracle types in DatabaseIntrospection....
Mariusz Felisiak
2017-02-07
Fixed #27356 -- Fixed ModelAdmin.lookup_allowed() for some nested relations.
Anton Samarchyan
2017-02-07
Fixed #26903 -- Fixed __contains lookup for Date/DateTimeRangeField.
Mariusz Felisiak
2017-02-07
Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidge...
Mariusz Felisiak
2017-02-07
Refs #27795 -- Removed force_text from the template layer
Claude Paroz
2017-02-07
Refs #27815 -- Reordered LoginView.get_form_kwargs().
Tim Graham
2017-02-07
Fixed #27815 -- Made LoginView pass the request kwarg to AuthenticationForm.
Zoltan Gyarmati
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-06
Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields w...
Tim Graham
2017-02-06
Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context.
Ryan O’Hara
2017-02-06
Refs #27795 -- Removed force_text from templatize function
Claude Paroz
2017-02-06
Fixed #27802 -- Unified return value of db backend datetime SQL methods.
Mariusz Felisiak
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-02-04
Fixed #27767 -- Added distinct argument to ArrayAgg.
orf
2017-02-04
Refs #27546 -- Removed hardcoded class names in __repr__() methods.
Mads Jensen
2017-02-03
Refs #23919 -- Removed a Python 2 code path in force_text().
Tim Graham
2017-02-03
Removed an untested and broken branch in force_bytes() (refs #6353).
Tim Graham
2017-02-03
Used super() in DjangoUnicodeDecodeError.
Tim Graham
[prev]
[next]