summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-26Fixed #27299 -- Documented the Widget.use_required_attribute() method.Jon Dufresne
2016-10-26Fixed #27334 -- Allowed FileField to move rather than copy a file.Adam Chidlow
2016-10-26Clarified when the post_migrate signal is sent during migrate.Thomas Güttler
2016-10-25Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations."Jon Dufresne
2016-10-25Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the number of...David Barragán Merino
2016-10-25Replaced Outputting PDF's "Further Resources" with a link to Django Packages.Tim Graham
2016-10-25Updated postgresql.org links to https and made them canonical.Marti Raudsepp
2016-10-24Fixed #26357 -- Allowed admin popups to work on links added after page load.Julian Andrews
2016-10-24Documented how to request CVE IDs.Tim Graham
2016-10-24Removed unused loop in Query.change_aliases().Tim Graham
2016-10-24Added MySQLOperations.geom_func_prefix to simplify.Sergey Fedoseev
2016-10-22Fixed #27374 -- Made JavaScriptCatalog respect the packages argument.Alvin Lindstam
2016-10-21Fixed #27368 -- Modifed BaseEmailBackend.__enter__() to close the connection ...Jon Dufresne
2016-10-20Optimized file copy in TemplateCommandClaude Paroz
2016-10-20Removed note about obsolete Python versionClaude Paroz
2016-10-19Fixed #27361 -- Used "from django import forms" in forms api docs.Zach Borboa
2016-10-18Fixed #27352 -- Doc'd social media fingerprinting consideration with login's ...Markus Holtermann
2016-10-17Fixed #27344 -- Made ConditionalGetMiddleware only process GET requests.Kevin Christopher Henry
2016-10-17Fixed ModelAdmin.get_max_num() example if obj is None.Riccardo Magliocchetti
2016-10-17Refs #20888 -- Fixed index ordering introspection on PostgreSQL 9.6.François Freitag
2016-10-15Removed unused branch in ModelIterable.__iter__().Tim Graham
2016-10-15Removed unused 'field' argument to DeleteQuery.delete_batch().Tim Graham
2016-10-15Updated security policy according to current practices.Tim Graham
2016-10-14Removed DatabaseFeatures.can_combine_inserts_with_and_without_auto_increment_pk.Tim Graham
2016-10-14Removed unused QuerySet.value_annotation attribute.Tim Graham
2016-10-14Fixed #27324 -- Simplified DatabaseIntrospection.get_constraints() on Oracle.Mariusz Felisiak
2016-10-14Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic guide.David D Lowe
2016-10-14Fixed #27345 -- Stopped setting the Date header in ConditionalGetMiddleware.Tim Graham
2016-10-14Tested QuerySet compatibility check.Tim Graham
2016-10-14Refs #19705 -- Changed gzip modification times to 0.Kevin Christopher Henry
2016-10-14Refs #19705 -- Documented decorator ordering with @condition().Kevin Christopher Henry
2016-10-13Tested invalid QuerySet.order_by() arguments.Tim Graham
2016-10-13Removed unused InsertQuery.clone().Tim Graham
2016-10-13Removed unneeded try/except in Query.names_to_path().Tim Graham
2016-10-13Removed unused branch in SQLUpdateCompiler.as_sql().Tim Graham
2016-10-13Removed unused branch in Query.change_aliases().Tim Graham
2016-10-13Refs #19705 -- Made GZipMiddleware make ETags weak.Kevin Christopher Henry
2016-10-13Removed unused EmptyResultSets in SQLCompilers.Tim Graham
2016-10-13Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.Tim Graham
2016-10-13Fixed #27342 -- Corrected QuerySet.update_or_create() example.Tim Graham
2016-10-13Fixed #26954 -- Prevented ModelAdmin.has_module_permission()=False from block...Halil Kaya
2016-10-12Fixed #24607 -- Serialized natural keys in multi-table inheritance models.João Sampaio
2016-10-12Fixed #27323 -- Optimized Oracle introspection by using USER_SEQUENCES instea...Mariusz Felisiak
2016-10-12Fixed #27333 -- Prevented BASE64 encoding in message.as_string() on Python 3Claude Paroz
2016-10-12Fixed #19705 -- Set proper headers on conditional Not Modified responses.Kevin Christopher Henry
2016-10-12Removed redundant usage of assertNotIn() in a mail test.Tim Graham
2016-10-12Removed unused SubqueryConstraint.relabel_aliases() and clone() methods.Tim Graham
2016-10-11Fixed nonexistent tmc.edu domain in GeoIP test.Tim Graham
2016-10-11Tested Model.get_next/prev_by_FIELD() on unsaved models.Tim Graham
2016-10-11Replaced '__' with LOOKUP_SEP constant.Nick Pope