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
Age
Commit message (
Expand
)
Author
2017-03-01
Fixed #27862 -- Fixed incorrectly quoted table aliases in Subquery SQL.
Matthew Schinckel
2017-02-28
Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__().
Alexey Opalev
2017-02-28
Clarified HMAC usage in signing.dumps() docstring.
Blake Griffith
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
Removed obsolete references to form_for_instance().
Tim Graham
2017-02-27
Imported django.http classes instead of django.http.
Asif Saifuddin Auvi
2017-02-27
Refs #27802 -- Corrected BaseDatabaseOperations.datetime_extract/trunc_sql() ...
Tim Graham
2017-02-27
Refs #27843 -- Fixed 'invalid escape sequence' warning in truncate_name().
Tim Graham
2017-02-25
Fixed #27176 -- Raised an exception for reentrant calls to apps.populate().
François Freitag
2017-02-25
Added tests for contrib.sitemaps.GenericSitemap.
chex
2017-02-24
Made a few queryset lookup examples consistent.
Alexkane
2017-02-24
Fixed #27836 -- Allowed FileSystemStorage.delete() to remove directories.
chillaranand
2017-02-24
Fixed #27873 -- Fixed crash in setup_test_environment() if ALLOWED_HOSTS is a...
Chris Lamb
2017-02-24
Refs #22144 -- Added test for QuerySet.bulk_create() with long non-ASCII text.
Mariusz Felisiak
2017-02-24
Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for signatures ...
Tim Graham
2017-02-24
Fixed #27874 -- Fixed URL namespace warning (urls.W005) for nested namespaces.
Chris Lamb
2017-02-24
Fixed #27879 -- Fixed crash if enclosures aren't provided to Atom1Feed.add_it...
Pavlo Kapyshin
2017-02-23
Refs #11964 -- Made Q objects deconstructible.
Ian Foote
2017-02-23
Refs #11964, #26167 -- Made Expressions deconstructible.
Ian Foote
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-23
Fixed #27878, refs #23919 -- Used python3 shebangs.
Chris Lamb
2017-02-23
Completed 1.10.6 release note
Claude Paroz
2017-02-23
Fixed #27868 -- Filtered locale path subdirectories
Claude Paroz
2017-02-23
Fixed #25619 -- Made runserver serve with HTTP 1.1 protocol
Claude Paroz
2017-02-22
Completed test coverage for django.utils.encoding.
Tim Graham
2017-02-22
Refs #27851 -- Clarified that admin.site.urls can't be passed to include().
Tim Graham
2017-02-22
Fixed typos in code comments.
Anton Samarchyan
2017-02-22
Updated Thai (th) locale formats.
Manatsawin Hanmongkolchai
2017-02-22
Updated Bengali (bn) locale formats.
Asif Saifuddin Auvi
2017-02-22
Fixed #27870 -- Cleaned up ManagementUtility.autocomplete().
Phil Bazun
2017-02-21
Used "0" ip shortcut for runserver example.
Timothy Allen
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
Added tests for db.backends.utils.truncate_name().
Mariusz Felisiak
2017-02-16
Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField from Dat...
Vytis Banaitis
2017-02-16
Clarified that creating a pull request for the tutorial isn't necessary.
Tim Graham
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
Made a sentence in default_if_none docs consistent with other template filters.
Joon Hwan 김준환
2017-02-15
Removed docs/internals/roles.txt.
Tim Graham
2017-02-15
Fixed #27840 -- Fixed KeyError in PasswordResetConfirmView.form_valid().
Markus Holtermann
2017-02-13
Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.
Tim Graham
[next]