0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Windows compatibility fixes for zipfile import functionality. More... over 15 years ago
Remove Django 0.96 compatibility code. More... over 15 years ago
Add support for loading Django from a file named django.zip in the project directory. More... over 15 years ago
Apply patch from Bernd Dorn of Lovely Systems to fix missing imports. More... over 15 years ago
Fix auth module template tags to work with Django 1.0. The previous method of registration did not make the tags available to all templates. More... over 15 years ago
Fix recursion issues in the session db backend. More... over 15 years ago
The previous method of preventing the django auth tests from running was not adequate with Django 1.0. More... over 15 years ago
Improve session backend compatibility with Django. More... over 15 years ago
Commit patch from chris.webstar in Issue #78 to fix compatibility with Django 1.0beta2. More... over 15 years ago
Initial documentation updates to note that Django 0.96 is not supported by the trunk version of the helper any longer. More... over 15 years ago
Reorganise appengine DB initialisation to mirror current Django practices. - features, ops and creation are initialised in __init__ of DatabaseWrapper - DatabaseCreation is a subclass of BaseDatabaseCreation and lives in the creation.py module. More... over 15 years ago
Merge changes from termie-django-head-78 branch r52:54 into trunk. More... over 15 years ago
Fix test compatibility with Django 1.0alpha1. More... over 15 years ago
Attempt to find the SDK from paths in the PATH environment variable that is set by the windows installer. More... over 15 years ago
Add a repr implementation for models to make Django template debugging easier. More... over 15 years ago
Gracefully handle any errors that occur when attempting to remove the rollback handler. More... over 15 years ago
Replace the Django ModelForm which is not compatible with App Engine models with the App Engine ModelForm implementation. More... over 15 years ago
Move the django compatible login_required decorator into a location that matches the standard Django location. More... over 15 years ago
Wrap session monkey patching in a try/except block as sessions are an optional component that may not be required by every project using the helper. More... over 15 years ago
Add missing __init__.py file that should have been in r36. More... almost 16 years ago
Disable the default Django rollback handler as it is unnecessary and not compatible with Google App Engine. More... almost 16 years ago
Add Django session support to the helper when using Django 0.97. More... almost 16 years ago
Remove duplicated code from bogus patch application. More... almost 16 years ago
Patch the Google App Engine memcache API into the module dictionary as 'memcache' so the Django memcache cache backend will work without modification. More... almost 16 years ago
Propogate the Django email settings through to the development appserver when running locally to enable email to be sent. More... almost 16 years ago
Change default runserver port to 8000 to match standard Django behaviour. More... almost 16 years ago
Replace the startapp command with a version that installs an App Engine compatible default. This also fixes Issue #17. More... almost 16 years ago
r7808 of Django added more tests to the auth module. They are not relevant when using the helper as we monkeypatch out the functionality being tested. More... almost 16 years ago
Update the replacement Django options class to be compatible with the queryset-refactor-branch that was merged into trunk 2 months ago in 7477. More... almost 16 years ago
Gracefully degrade and avoid monkeypatching in auth support if django.contrib.auth is not present. More... almost 16 years ago