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

Fixed #20034 - Ability to retrieve variables in multipart even before parsing files #1148

Closed
wants to merge 33 commits into from

Conversation

tadeck
Copy link
Contributor

@tadeck tadeck commented May 19, 2013

This is about Trac ticket no. 20034, alters pull request for #898, verifies it, adds tests and documentation.

The new method variable_complete, if supplied by the file upload handler, works similarly to file_complete and allows to raise StopFutureHandlers if future handlers should not be allowed to parse the variable.

This is my first PR to Django. Please verify if there is something lacking in it. Thanks.

hydrogen18 and others added 30 commits May 17, 2013 19:49
This completes the removal of the distinction between core devs and
specialists.

Patch by Simon Meers.
Fixed some documentation on the MultiPartParser
Fix makemessage's --ignore patterns being applied to the full path
instead of the file name. Thanks to nnseva for the report and the
original patch.
…hecks.

Thanks to edevil for the report and saz for the patch.
Thanks srusskih for the report and Aymeric Augustin for the review.
Thanks marktranchant, bmispelon, and alextreme.
Closes django#9054. The bug itself is no longer present.
The failure was triggered by a cache leak.
Made introspection always return a unicode as column name on Oracle.
Thanks aaugustin for review and suggestion to use force_text().
Fixed #20433: extracted catalog compilation code from view.
It can fail in hard-to-diagnose ways.
…t_context_data kwargs.

This is so MultipleObjectMixin can be used in the same way as
SingleObjectMixin.
Fixes #20235 - MultipleObjectMixin requires object_list in kwargs
Fixed django#13546 -- Easier handling of localize field options in ModelForm
Thanks Stephane Benchimol for the report and the initial script and
mfandreas for the patch.
Fixed #19919: get_language_from_request() disregards en-us and en
Fixed argument order for localized_fields to ensure backwards compatibility
Also, streamline the use of 0 and None between cache backends.
#20432: Fix for GroupAdmin test
Removing a backend configured in AUTHENTICATION_BACKENDS should not
raise an exception for existing sessions, but should make already
logged-in users disconnect.
Thanks Bradley Ayers for the report.
Fixed #18761 -- Added whitespace stripping to URLField and SlugField.
@naftulikay
Copy link

Awesome! Great work!

@timgraham
Copy link
Member

I've added a comment to the ticket. Could you open a new PR if you could address those issues? Thanks!

@timgraham timgraham closed this Sep 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet