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

Upstream changes #1

Open
wants to merge 49 commits into
base: master
Choose a base branch
from

Conversation

dtran320
Copy link

No description provided.

xrmx and others added 30 commits June 24, 2015 09:54
To support User models that don't provide an username field.
Suggested by Josh Kelley.

Fix #200
Bootstrap automatically adds dividers with a li+li ::before rule.
Reported by by Josh Kelley.

Fix #201
Add form-horizontal for right-justified field labels; pull help blocks
into the same div as edit controls so they're aligned together.
Slightly normalized the file-upload widget. It looks like the actual
button itself is inaccessible through css, so we may be stuck with
the boring gray rectangle with sharp corners for the time being.
Major reworking of filter_horizontal widget making it looking a lot
more integrated with the bootstrap theme.
We use glyphicons instead of old school gifs and add a bit of
spacing. Still not that great looking.
It's breaking django js.
This reverts commit 460a0ff.
We use glyphicons instead of old school gifs and add a bit of
spacing. Look may not be great, we can improve by discriminating
the widget. Not sure django is passing enough information to the
template though.
Do for .pagination .this-page what bootstrap would do with its
classes.

Fix #207
We can avoid duplicating some html by moving it outside the if.
While at it reduce one level of indentation.

As seen in Bas Van Gaalen's fork.
And you shouldn't because it's unsupported!

Fix #209
Django 1.8 ContentType has changed the behaviour of "name" and
in some cases the previous version no longer returns a valid URL.
The correct parameter to use for the Model name is the "model"
parameter of the ContentType object.
For readability and consistency with other dropdown menus "welcome, user" and "recent actions", add extra space before caret in language selector menu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.