Commit History

Author SHA1 Message Date
  Tim Graham af98a0a25e Updated security policy according to current practices. 8 years ago
  Tim Graham 274b227796 Removed DatabaseFeatures.can_combine_inserts_with_and_without_auto_increment_pk. 8 years ago
  Tim Graham 8997750c43 Removed unused QuerySet.value_annotation attribute. 8 years ago
  Mariusz Felisiak 5a772a0b7b Fixed #27324 -- Simplified DatabaseIntrospection.get_constraints() on Oracle. 8 years ago
  David D Lowe 424187ec4b Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic guide. 8 years ago
  Tim Graham 61f9243e51 Fixed #27345 -- Stopped setting the Date header in ConditionalGetMiddleware. 8 years ago
  Tim Graham b679a3cdb1 Tested QuerySet compatibility check. 8 years ago
  Kevin Christopher Henry 9108696a75 Refs #19705 -- Changed gzip modification times to 0. 8 years ago
  Kevin Christopher Henry 9eb49af821 Refs #19705 -- Documented decorator ordering with @condition(). 8 years ago
  Tim Graham 4cfccc713a Tested invalid QuerySet.order_by() arguments. 8 years ago
  Tim Graham f2dc6b3a99 Removed unused InsertQuery.clone(). 8 years ago
  Tim Graham 3b2db6ec12 Removed unneeded try/except in Query.names_to_path(). 8 years ago
  Tim Graham df1796b13f Removed unused branch in SQLUpdateCompiler.as_sql(). 8 years ago
  Tim Graham 419de7b00d Removed unused branch in Query.change_aliases(). 8 years ago
  Kevin Christopher Henry ad332e5ca9 Refs #19705 -- Made GZipMiddleware make ETags weak. 8 years ago
  Tim Graham 816eae3508 Removed unused EmptyResultSets in SQLCompilers. 8 years ago
  Tim Graham cd09524f27 Fixed #27200 -- Provided makemigration's allow_migrate() with model_name. 8 years ago
  Tim Graham 51b83d9e51 Fixed #27342 -- Corrected QuerySet.update_or_create() example. 8 years ago
  Halil Kaya 2027d6acf7 Fixed #26954 -- Prevented ModelAdmin.has_module_permission()=False from blocking access to the app index page. 8 years ago
  João Sampaio 74a575eb72 Fixed #24607 -- Serialized natural keys in multi-table inheritance models. 8 years ago
  Mariusz Felisiak 794f866cec Fixed #27323 -- Optimized Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG. 8 years ago
  Claude Paroz 458e2fbfcc Fixed #27333 -- Prevented BASE64 encoding in message.as_string() on Python 3 8 years ago
  Kevin Christopher Henry bd7237d7ec Fixed #19705 -- Set proper headers on conditional Not Modified responses. 8 years ago
  Tim Graham b2f9db1637 Removed redundant usage of assertNotIn() in a mail test. 8 years ago
  Tim Graham a3a10f8abe Removed unused SubqueryConstraint.relabel_aliases() and clone() methods. 8 years ago
  Tim Graham e1f6eba033 Fixed nonexistent tmc.edu domain in GeoIP test. 8 years ago
  Tim Graham d4cfeca006 Tested Model.get_next/prev_by_FIELD() on unsaved models. 8 years ago
  Nick Pope f1664a2734 Replaced '__' with LOOKUP_SEP constant. 8 years ago
  Nick Pope a346a88d46 Added missing roles/options to parse_color_setting()'s docstring. 8 years ago
  Nick Pope 81463ce0a1 Fixed typo in docs/ref/checks.txt. 8 years ago