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 #5711: serialize doesn't work with extra() #1176

Closed
wants to merge 10 commits into from
Closed

Fixed #5711: serialize doesn't work with extra() #1176

wants to merge 10 commits into from

Commits on May 18, 2013

  1. Fixed #11160 - Ensure full_clean is called from non_form_errors

    Updated FormSet.non_form_errors() to ensure full_clean() has
    been called before returning the errors.
    senko committed May 18, 2013
    Copy the full SHA
    493aca4 View commit details
    Browse the repository at this point in the history
  2. Added myself to AUTHORS

    senko committed May 18, 2013
    Copy the full SHA
    b11b036 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2013

  1. Fixed #18990: Loaddata now complains if fixture doesn't exist

    The fixture named "initial_data" is exceptional though; if it
    doesn't exist, the error is not raised. This allows syncdb and
    flush management commands to attempt to load it without causing
    an error if it doesn't exist.
    senko committed May 19, 2013
    Copy the full SHA
    cc3b3ba View commit details
    Browse the repository at this point in the history
  2. Fixed #18990 -- Loaddata now complains if fixture doesn't exist

    If the fixture doesn't exist, loaddata will output a warning.
    
    The fixture named "initial_data" is exceptional though; if it
    doesn't exist, the warning is not emitted. This allows syncdb and
    flush management commands to attempt to load it without causing
    spurious warnings.
    
    Thanks to Derega, ptone, dirigeant and d1ffuz0r for contributions
    to the ticket.
    senko committed May 19, 2013
    Copy the full SHA
    c44a2c4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    65c5571 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cc62cbe View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1134 from senko/ticket_18990

    Fixed #18990: Loaddata now complains if fixture doesn't exist
    andrewgodwin committed May 19, 2013
    Copy the full SHA
    7a99d1e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1094 from senko/ticket_11160

    Fixed #11160: Formset non_form_errors returns ErrorList() if is_valid is not called
    andrewgodwin committed May 19, 2013
    Copy the full SHA
    04e0fc0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1152 from ambv/issue11915

    Fixed #11915: generic Accept-Language matches country-specific variants
    aaugustin committed May 19, 2013
    Copy the full SHA
    3129d19 View commit details
    Browse the repository at this point in the history
  8. Fixed #5711: serialize doesn't work with extra()

    Added 'extra' argument for serialization of non-field attributes.
    senko committed May 19, 2013
    Copy the full SHA
    4471a9f View commit details
    Browse the repository at this point in the history