~ubuntuone-pqm-team/django-nexus/stable

Viewing all changes in revision 95.

  • Committer: Adam Hitchcock
  • Date: 2013-06-13 21:52:17 UTC
  • Revision ID: git-v1:8557001d399f73bf3434b9ee86e0ea019aa89dd7
Allow the form_class used by NexusSite to be overriden by a subclass.

Summary:
Merge pull request #15 from calebbrown/master

Allow subclasses to easily override the AuthenticationForm class used for login

Update README.rst

added Django-Experiments to list of nexus modules

Merge pull request #20 from chrisvxd/master

Added Django-Experiments to list of nexus modules

Removes args and kwargs to self.login in as_view

If you visited a nexus url that has args or kwargs while not logged in as a user with permission, those args or kwargs were getting passed to self.login, which doesn't accept arbitrary args and kwargs, leading to a 500, so I removed them from the call to self.login

Merge pull request #21 from orblivion/master

args/kwargs problem with self.login

Updated url template tag usage to be Django 1.5 compatible

Merge pull request #24 from stephenmuss/urls

Updated url template tag usage to be Django 1.5 compatible

Add version to footer

Version bump and start of changelog

Update CSRF ajax code to match whats currently recommended by Django

More CSRF fixes (UGH)

Added a setting NEXUS_SKIP_INSTALLED_APPS_REQUIREMENTS that allows you to have an app using nexus that doesn't use django.contrib.auth or django.contrib.sessions.

made the test runner work, but there are no tests

Differential Revision: http://phabricator.local.disqus.net/D6474

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: