Permalink
Commits on Aug 3, 2017
  1. Removed unused _combine() node argument from various combinable classes.

    Unused since f59fd15 (Combinable) and
    since its introduction in 2d877da
    (SearchVectorCombinable/SearchQueryCombinable/SearchQuery).
    felixxm committed with timgraham Aug 3, 2017
Commits on Aug 2, 2017
  1. Refs #7697 -- Tested escaping of safe strings in the technical 500 de…

    …bug view.
    
    Tests were omitted in the original commit: a56a226.
    timgraham committed on GitHub Aug 2, 2017
  2. Refs #7697 -- Removed unnecessary force_escape of technical 500 debug…

    … view "unicode hint".
    
    The test passes before and after the removal. unicode_hint will never
    be SafeText, so normal autoescaping is sufficient.
    timgraham committed Aug 2, 2017
  3. Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the …

    …end.
    timgraham committed Jul 27, 2017
  4. Simplified check that pk is fetched in RawQuerySet.__iter__().

    sir-sigurd committed with timgraham Aug 1, 2017
Commits on Aug 1, 2017
  1. Fixed #28459 -- Improved performance of ValuesListIterable.

    sir-sigurd committed with timgraham Aug 1, 2017
  2. Fixed #28454 -- Simplifed use of Query.setup_joins() by returning a n…

    …amed tuple.
    MatthewWilkes committed with timgraham Aug 1, 2017
Commits on Jul 31, 2017
  1. Fixed #27985 -- Fixed query for __exact=value when get_prep_value() c…

    …onverts value to None.
    
    Also fixed crash of .filter(field__transform=None).
    sir-sigurd committed with timgraham Jul 30, 2017
  2. Refs #20880 -- Removed non-cloning logic from Query.clone().

    akaariai committed with timgraham Jul 7, 2017
  3. Fixed #28453 -- Made __exact=None lookup use transforms.

    sir-sigurd committed with timgraham Jul 30, 2017
  4. Removed unneeded TruncBase.arity.

    Uneeded since its introduction in 2a4af0e.
    sir-sigurd committed Jul 31, 2017
Commits on Jul 29, 2017
  1. Used assertRaisesMessage() to test Django's error messages.

    atombrella committed with timgraham May 28, 2017
  2. Fixed #28264 -- Made FilePathField sort files and directories when re…

    …cursive=True.
    srinivasreddy committed with timgraham Jul 16, 2017
Commits on Jul 28, 2017
Commits on Jul 27, 2017
  1. Fixed #28371 -- Fixed Cast() with CharField if the max_length argumen…

    …t isn't provided.
    
    Thanks Tim Graham for the review.
    felixxm committed on GitHub Jul 27, 2017
  2. Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValida…

    …tor accept.
    timgraham committed on GitHub Jul 27, 2017
  3. Fixed #28437 -- Added support for complex geometry expressions in GIS…

    … lookups.
    sir-sigurd committed with timgraham Jul 26, 2017
  4. Allowed database backends to specify data types for Cast().

    A small refactor ahead of refs #28371.
    felixxm committed with timgraham Jul 27, 2017
  5. Removed unused SpatialOperations.from_wkb.

    Unused since its introduction in ff60c5f.
    timgraham committed on GitHub Jul 27, 2017
Commits on Jul 26, 2017
  1. Improved test coverage for django.contrib.sitemaps.

    desecho committed with timgraham Mar 17, 2017
  2. Fixed #28363 -- Allowed naming the migration generated by squashmigra…

    …tions.
    melvyn-sopacua committed with timgraham Feb 20, 2017
  3. Fixed #28433 -- Made GEOSGeometry.__eq__() work correctly with non-ca…

    …nonical EWKT string.
    sir-sigurd committed with timgraham Jul 25, 2017