Changes between Initial Version and Version 4 of Ticket #14529


Ignore:
Timestamp:
Feb 2, 2011, 9:57:21 PM (13 years ago)
Author:
Ramiro Morales
Comment:

(reformatted description)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14529

    • Property Needs tests set
    • Property Milestone1.3
    • Property Patch needs improvement set
    • Property Triage Stage UnreviewedAccepted
    • Property Version 1.2SVN
  • Ticket #14529 – Description

    initial v4  
    1 Steps to reproduce:
    2 1) In a ModelAdmin, provide a custom queryset method that adds .only().
    3 2) Save a model in the admin.
     1=== Steps to reproduce: ===
    42
    5 Expected results:
    6 The model name "whatever" was saved successfully.
     3 1. In a !ModelAdmin, provide a custom queryset method that adds .only().
     4 2. Save a model in the admin.
    75
    8 Actual results:
    9 The model_name_deferred__all_the_fields_you_did_not_load "whatever" was saved successfully.
     6=== Expected results: ===
     7
     8A
     9
     10`The model name "whatever" was saved successfully.`
     11
     12message.
     13
     14=== Actual results: ===
     15
     16A
     17
     18`The model_name_deferred__all_the_fields_you_did_not_load "whatever" was saved successfully.`
     19
     20message.
Back to Top