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

Replace develop.py with manage.py (using django-app-manage/django-better-test) #3706

Merged
merged 41 commits into from Aug 17, 2015

Commits on Dec 26, 2014

  1. Copy the full SHA
    cbba263 View commit details
    Browse the repository at this point in the history
  2. travis

    ojii committed Dec 26, 2014
    Copy the full SHA
    ee50e17 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2014

  1. use DiscoveryTestRunner

    ojii committed Dec 28, 2014
    Copy the full SHA
    a9b9fdc View commit details
    Browse the repository at this point in the history
  2. more fixing

    ojii committed Dec 28, 2014
    Copy the full SHA
    cad8ef2 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2014

  1. fixed encoding

    ojii committed Dec 30, 2014
    Copy the full SHA
    6d45974 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2015

  1. Merge remote-tracking branch 'origin/develop' into kill-develop-py

    Conflicts:
    	.travis.yml
    	cms/api.py
    	cms/tests/test_api.py
    	cms/tests/test_apphooks.py
    	cms/tests/test_extensions.py
    	cms/tests/test_menu_page_viewperm_staff.py
    	cms/tests/test_nested_plugins.py
    	cms/tests/test_rendering.py
    	cms/tests/test_static_placeholder.py
    	develop.py
    ojii committed Jul 15, 2015
    Copy the full SHA
    304c98c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2015

  1. fixed lots of stuff in the tests

    ojii committed Jul 16, 2015
    Copy the full SHA
    44d5659 View commit details
    Browse the repository at this point in the history
  2. pinned hvad to bust pip cache

    ojii committed Jul 16, 2015
    Copy the full SHA
    e9d226e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5a7d484 View commit details
    Browse the repository at this point in the history
  4. naive/aware dt objs

    ojii committed Jul 16, 2015
    Copy the full SHA
    9873046 View commit details
    Browse the repository at this point in the history
  5. pinned better-test/app-manage

    fixed INSTALLED_APPS missing an app
    ojii committed Jul 16, 2015
    Copy the full SHA
    27559af View commit details
    Browse the repository at this point in the history
  6. updated testing docs a bit

    ojii committed Jul 16, 2015
    Copy the full SHA
    5f7e472 View commit details
    Browse the repository at this point in the history
  7. force screen size in travis

    ojii committed Jul 16, 2015
    Copy the full SHA
    37ecdce View commit details
    Browse the repository at this point in the history
  8. Use cache for session

    Allow --use-tz flag
    Fix templates config for newer Django
    ojii committed Jul 16, 2015
    Copy the full SHA
    c47833d View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    271419c View commit details
    Browse the repository at this point in the history
  10. removed unused imports

    ojii committed Jul 16, 2015
    Copy the full SHA
    d2c5082 View commit details
    Browse the repository at this point in the history
  11. fuzzier fuzzy test

    ojii committed Jul 16, 2015
    Copy the full SHA
    7ea48b6 View commit details
    Browse the repository at this point in the history
  12. updated django-app-manage

    ojii committed Jul 16, 2015
    Copy the full SHA
    0f71d5f View commit details
    Browse the repository at this point in the history
  13. updated django-better-test

    ojii committed Jul 16, 2015
    Copy the full SHA
    c627296 View commit details
    Browse the repository at this point in the history
  14. updated django-better-test again

    ojii committed Jul 16, 2015
    Copy the full SHA
    f18e9a6 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    b0fbff0 View commit details
    Browse the repository at this point in the history
  16. python 2.6 is hard

    ojii committed Jul 16, 2015
    Copy the full SHA
    3796271 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2015

  1. circular import

    ojii committed Jul 17, 2015
    Copy the full SHA
    5afe7f0 View commit details
    Browse the repository at this point in the history
  2. south support

    ojii committed Jul 17, 2015
    Copy the full SHA
    5a74614 View commit details
    Browse the repository at this point in the history
  3. fixed tests on 1.6

    ojii committed Jul 17, 2015
    Copy the full SHA
    0785c32 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5a9e9fb View commit details
    Browse the repository at this point in the history
  5. removed inspect calls

    ojii committed Jul 17, 2015
    Copy the full SHA
    d587101 View commit details
    Browse the repository at this point in the history
  6. removed old import

    ojii committed Jul 17, 2015
    Copy the full SHA
    1688e63 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2015

  1. some test cleanup

    ojii committed Jul 20, 2015
    Copy the full SHA
    e28ff4f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2015

  1. moved TEMPLATE_DEBUG

    ojii committed Jul 30, 2015
    Copy the full SHA
    7f0415f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6cfadc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2015

  1. fixed import

    ojii committed Jul 31, 2015
    Copy the full SHA
    0de305e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b4d20fb View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. fixed requirements file typo

    ojii committed Aug 12, 2015
    Copy the full SHA
    f653118 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2015

  1. Copy the full SHA
    2828377 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2147159 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8833c81 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2015

  1. Copy the full SHA
    ea98793 View commit details
    Browse the repository at this point in the history
  2. removed unused line

    ojii committed Aug 14, 2015
    Copy the full SHA
    36d3560 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fadaa92 View commit details
    Browse the repository at this point in the history
  4. fixed typo in class name

    ojii committed Aug 14, 2015
    Copy the full SHA
    8d2e971 View commit details
    Browse the repository at this point in the history