1
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 18 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #45 from movermeyer/fix_badges
mikebryant
as Mike Bryant
More... about 6 years ago
Merge pull request #46 from jsmitka/django-2.0
mikebryant
as Mike Bryant
More... about 6 years ago
Updated Travis CI configuration: included Django 2.0, Python 3.6 and PyPy3.5-v5.10.1. Condition for deploy changed to Django 1.11, the current LTS release. More... about 6 years ago
Fixed test_broken_index_view test: RedirectView does not silence NoReverseMatch since Django 2.0. The test was split into two variants, one for 1.x and second for Django 2.x. More... about 6 years ago
Fixed contrib.admin: admin.site.urls should not be included since Django 1.9, but passed directly to the url() function. More... about 6 years ago
Fixed tests: MIDDLEWARE_CLASSES is not available since Django 2.0. Added a new test for 2.0 that uses MIDDLEWARE instead to reflect that. More... about 6 years ago
Fixed tests: django.core.urlresolvers alias was removed in Django 2.0. Using django.urls directly instead if the original alias fails to import. More... about 6 years ago
Updated INSTALL_REQUIRES to include Django 2.0. More... about 6 years ago
Switched broken pypip.in badges to shields.io More... about 6 years ago
Django 1.11.x (#44) More... over 6 years ago
Django 1.10 compatability (#43) More... over 6 years ago
fix: patterns substitute method should return list, not tuple (#41) More... almost 7 years ago
Merge pull request #42 from mikebryant/fix-ci
mikebryant
as Mike Bryant
More... almost 7 years ago
Update pypy3 target
mikebryant
as Mike Bryant
More... almost 7 years ago
Merge pull request #38 from mikebryant/wip-37
mikebryant
as Mike Bryant
More... over 7 years ago
Fix django.contrib.admin urls on Django 1.10. Fixes #37
mikebryant
as Mike Bryant
More... over 7 years ago
Merge pull request #35 from benbacardi/exclude-urls
mikebryant
as Mike Bryant
More... over 7 years ago
Added setting to exclude URLs from autourlconf More... over 7 years ago
Merge pull request #34 from mikebryant/founders4schools-django-1.10
mikebryant
as Mike Bryant
More... over 7 years ago
Add documentation for autourlconf
mikebryant
as Mike Bryant
More... over 7 years ago
Switch from SimpleTestCase.urls to @override_settings, as it's been removed in Django 1.10
mikebryant
as Mike Bryant
More... over 7 years ago
Use a named URL pattern in the AUTOCONFIG_INDEX_VIEW tests
mikebryant
as Mike Bryant
More... over 7 years ago
Exclude pypy3 with Django 1.10 More... over 7 years ago
Add pep8 and coverage files to .gitignore More... over 7 years ago
Remove Python 3.5 when using Django < 1.8 More... over 7 years ago
Start changes to make it Django 1.10 compatible More... over 7 years ago
Merge pull request #31 from jishi9/patch-1
mikebryant
as Mike Bryant
More... almost 8 years ago
Skip parsing DJANGO_SETTINGS_MODULE More... about 8 years ago
Set an explicit value for permanent in the RedirectView
mikebryant
as Mike Bryant
More... about 8 years ago
Merge pull request #30 from benbacardi/typo-fix
mikebryant
as Mike Bryant
More... about 8 years ago