Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for #19891 - Improved CI support for Travis, Jenkins and documentation #805

Closed
wants to merge 11 commits into from

Commits on Feb 24, 2013

  1. Fixed django#11295: If ModelAdmin.queryset returns a filtered QS don'…

    …t require a 2nd count call
    
    Original patch rewritten, added tests and get_filters_params method for ChangeList class.
    Thanks Alex for the report.
    viciu committed Feb 24, 2013
    Copy the full SHA
    f07a5f0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4b01ee7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a44531a View commit details
    Browse the repository at this point in the history
  4. Merge pull request django#820 from viciu/11295

    Fixed django#11295: If ModelAdmin.queryset returns a filtered QS don't require a 2nd count call
    honzakral committed Feb 24, 2013
    Copy the full SHA
    d7e835f View commit details
    Browse the repository at this point in the history
  5. Fixed #19810 -- MemcachedCache now uses pickle.HIGHEST_PROTOCOL

    Bas Peschier authored and aaugustin committed Feb 24, 2013
    Copy the full SHA
    5a9b2bc View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    deb4e09 View commit details
    Browse the repository at this point in the history
  7. Merge pull request django#819 from erikr/master

    Fixed django#16302 -- Ensured contrib.comments is IPv6 capable.
    aaugustin committed Feb 24, 2013
    Copy the full SHA
    7106a1e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    b9cc610 View commit details
    Browse the repository at this point in the history
  9. Fixed #19253 -- Extracted template cache key building logic

    Introduced a public function
    django.core.cache.utils.make_template_fragment_key
    Thanks @chrismedrela for fruitful cooperation.
    oinopion authored and honzakral committed Feb 24, 2013
    2
    Copy the full SHA
    99edbe0 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    2716718 View commit details
    Browse the repository at this point in the history
  11. Documentation on continuous integration.

    How to use a CI servers while contributing to
    Django. Related to #19891 - Travis support.
    dokterbob committed Feb 24, 2013
    Copy the full SHA
    029a686 View commit details
    Browse the repository at this point in the history