Skip to content

Add --use-fuzzy option to compilemessages command. #978

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

Closed
wants to merge 30 commits into from

Conversation

bak1an
Copy link
Contributor

@bak1an bak1an commented Mar 30, 2013

Refs #18714

dbrgn and others added 30 commits June 13, 2013 14:59
Fixed order of base classes in CBV mixin docs
…ent-type-test-client

Remove incorrect CONTENT_TYPE header from GET and HEAD requests
The join used by select_related was incorrectly INNER when the query
had an ORed filter for nullable join that was trimmed away. Fixed this
by forcing the join type to LOUTER even when a join was trimmed away
in ORed queries.
Fixed #20598 -- Add new HTTP status codes defined in rfc6585
Fixed #20565 -- Added template examples for GCBV.
By avoiding to run syncdb with the full set of test models.

Thanks Anssi for the idea.
Thanks Chris Lasher for the report.
The _load_library method on BasePasswordHasher turns ImportErrors
into ValueErrors, this masks ImportErrors in the algorithm library.
Changed it to a clearer worded error message that includes
the ImportError string.
There were a couple of places which used Query.join() directly. By
using setup_joins() in these places the code is more DRY, and in
addition there is no need to directly call field.get_joining_columns()
unless the field is the given join_field from get_path_info(). This
makes it easier to make sure a ForeignObject subclass generates joins
correctly in all cases.
Thanks to frog32 for the report and to Tim Graham for the review.
@bak1an
Copy link
Contributor Author

bak1an commented Jun 17, 2013

rebased

@timgraham
Copy link
Member

This PR needs to be reworked so it doesn't include unrelated commits (caused by when someone accidentally force pushed to (django/django)). It also needs updates for version 1.7.

@timgraham timgraham closed this Feb 8, 2014
@bak1an
Copy link
Contributor Author

bak1an commented Feb 8, 2014

@timgraham
NP, i will rebase this onto current master over a weekend and open new PR.

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.