0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 16 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for DATABASE_SUPPORTS_TRANSACTIONS, with the setting set to False, as the appengine datastore does not support SQL style transactions. More... almost 15 years ago
Update CHANGES with a summary of the major changes since the last zipfile release. More... almost 15 years ago
Improve repr() output for BaseModel derived classes by returning datastore values not parsed values. In particular this prevents repr() of a model with references from including the entire references recursively, instead the key is included in the repr output. More... almost 15 years ago
The current combination of middleware and apps enabled in the example settings file does not work cleanly with Django 1.0.2 zipfiles as the SessionMiddleware which is now required by the auth app is not enabled. More... almost 15 years ago
Add support for setting the reply-to header when sending email. More... almost 15 years ago
Update path to the Python SDK in svn, now that the Java SDK has been released it lives under /python. More... almost 15 years ago
Ensure SMTP email is not sent by default as suggested in Issue #75. More... about 15 years ago
Continue even if the app.yaml file could not be parsed as the information is not critical for most actions, print a warning so the user is still aware that something is wrong. More... about 15 years ago
Don't mention copying the SDK to .google_appengine as that causes problems with SDK >= 1.1.9. Symlinks are the way to go in this situation. More... about 15 years ago
Clarify Django installation instructions. More... about 15 years ago
Adding a basic console implementation for manage.py based on the article at http://code.google.com/appengine/articles/remote_api.html
termie
as andyster
More... about 15 years ago
Move Django settings module setup code earlier in the process to fix compatibility problems with the latest release of Django. More... about 15 years ago
Minor docstring cleanups. More... about 15 years ago
Fix compatibility with version 1.1.9 of the App Engine SDK which now enforces file restrictions to match the production environment. * Ensure that when using the .google_appengine directory within the project to add the SDK to Python's environment that we resolve the symlink so that it refers to something outside the application root to avoid imports being refused by the new SDK checks. More... about 15 years ago
Fix compatibility with version 1.1.9 of the App Engine SDK which now enforces file restrictions to match the production environment. * When running under an appserver read the appid from the provided environment variable instead of access app.yaml which will not be available. * Remove references to the stored appconfig which was never used. More... about 15 years ago
Add . for consistency. More... over 15 years ago
Explicitly ignore authentication monkey patching if the Django auth app is not listed in INSTALLED_APPS. More... over 15 years ago
Add support for placing appengine_django (the helper itself) into a zipfile named appengine_django.zip in the base project directory. More... over 15 years ago
add the new appengine dependency to the EXTRA_PATHS
termie
as andyster
More... over 15 years ago
Fix some bugs in command handling when Django is loaded from a zipfile. * Reserved python files (__init__.py, etc) were not being excluded from the command list when iterating through the command directory. * The command directory search was starting in management/ instead of management/commands which lead to some extra 'commands' being listed in the help output. More... over 15 years ago
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