index
:
django.git
fix-31295
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
2016-10-28
Modified readiness check in AppConfig.get_model(s).
Aymeric Augustin
2016-10-28
Fixed #26578 -- Prohibited non-ASCII digits in validate_ipv4_address.
wim glenn
2016-10-28
Fixed #20939 -- Simplified query generation by converting QuerySet to Query.
Tim Graham
2016-10-27
Corrected TooManyFieldsSent doctring for GET requests.
Zach Wernberg
2016-10-27
Fixed #27373 -- Corrected 404 debug page message for an empty request path.
Mariusz Felisiak
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-10-26
Fixed #27334 -- Allowed FileField to move rather than copy a file.
Adam Chidlow
2016-10-25
Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations."
Jon Dufresne
2016-10-25
Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the number of...
David Barragán Merino
2016-10-25
Updated postgresql.org links to https and made them canonical.
Marti Raudsepp
2016-10-24
Fixed #26357 -- Allowed admin popups to work on links added after page load.
Julian Andrews
2016-10-24
Removed unused loop in Query.change_aliases().
Tim Graham
2016-10-24
Added MySQLOperations.geom_func_prefix to simplify.
Sergey Fedoseev
2016-10-22
Fixed #27374 -- Made JavaScriptCatalog respect the packages argument.
Alvin Lindstam
2016-10-21
Fixed #27368 -- Modifed BaseEmailBackend.__enter__() to close the connection ...
Jon Dufresne
2016-10-20
Optimized file copy in TemplateCommand
Claude Paroz
2016-10-20
Removed note about obsolete Python version
Claude Paroz
2016-10-17
Fixed #27344 -- Made ConditionalGetMiddleware only process GET requests.
Kevin Christopher Henry
2016-10-17
Refs #20888 -- Fixed index ordering introspection on PostgreSQL 9.6.
François Freitag
2016-10-15
Removed unused branch in ModelIterable.__iter__().
Tim Graham
2016-10-15
Removed unused 'field' argument to DeleteQuery.delete_batch().
Tim Graham
2016-10-14
Removed DatabaseFeatures.can_combine_inserts_with_and_without_auto_increment_pk.
Tim Graham
2016-10-14
Removed unused QuerySet.value_annotation attribute.
Tim Graham
2016-10-14
Fixed #27324 -- Simplified DatabaseIntrospection.get_constraints() on Oracle.
Mariusz Felisiak
2016-10-14
Fixed #27345 -- Stopped setting the Date header in ConditionalGetMiddleware.
Tim Graham
2016-10-14
Tested QuerySet compatibility check.
Tim Graham
2016-10-14
Refs #19705 -- Changed gzip modification times to 0.
Kevin Christopher Henry
2016-10-13
Removed unused InsertQuery.clone().
Tim Graham
2016-10-13
Removed unneeded try/except in Query.names_to_path().
Tim Graham
2016-10-13
Removed unused branch in SQLUpdateCompiler.as_sql().
Tim Graham
2016-10-13
Removed unused branch in Query.change_aliases().
Tim Graham
2016-10-13
Refs #19705 -- Made GZipMiddleware make ETags weak.
Kevin Christopher Henry
2016-10-13
Removed unused EmptyResultSets in SQLCompilers.
Tim Graham
2016-10-13
Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.
Tim Graham
2016-10-13
Fixed #26954 -- Prevented ModelAdmin.has_module_permission()=False from block...
Halil Kaya
2016-10-12
Fixed #24607 -- Serialized natural keys in multi-table inheritance models.
João Sampaio
2016-10-12
Fixed #27323 -- Optimized Oracle introspection by using USER_SEQUENCES instea...
Mariusz Felisiak
2016-10-12
Fixed #27333 -- Prevented BASE64 encoding in message.as_string() on Python 3
Claude Paroz
2016-10-12
Fixed #19705 -- Set proper headers on conditional Not Modified responses.
Kevin Christopher Henry
2016-10-12
Removed unused SubqueryConstraint.relabel_aliases() and clone() methods.
Tim Graham
2016-10-11
Replaced '__' with LOOKUP_SEP constant.
Nick Pope
2016-10-11
Added missing roles/options to parse_color_setting()'s docstring.
Nick Pope
2016-10-10
Removed unused contrib.admin.utils.remove_trailing_data_field().
Tim Graham
2016-10-10
Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...
Denis Cornehl
2016-10-10
Fixed gis_tests.geoapp when run in isolation.
Tim Graham
2016-10-07
Fixed #24941 -- Added ModelAdmin.get_exclude().
Zach Borboa
2016-10-07
Fixed #26327 -- Added JsonAgg to contrib.postgres.
Mads Jensen
2016-10-06
Fixed #27301 -- Prevented exceptions that fail unpickling from crashing the p...
Adam Wróbel
2016-10-06
Fixed #27244 -- Changed Greek's thousand separator from space to dot.
kappataumu
2016-10-06
Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes)
Claude Paroz
[next]