Changes between Initial Version and Version 1 of Ticket #9025, comment 150


Ignore:
Timestamp:
Feb 25, 2013, 9:00:24 AM (11 years ago)
Author:
jowett.zhang

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9025, comment 150

    initial v1  
    11Hello, Dear guys, I'm a new comer on django and encounter this inline requirement. But still don't know how to install this patch, even after i read all this comments. Can someone help me on it?
     2
     3The following is the result, i also remove the --dry--run and seems the same result. Did it means the patch works?
     4
     5patch --dry-run -p1 < nested_inlines_finished.diff 
     6
     7Hunk #1 succeeded at 1493 (offset 124 lines).
     8Hunk #2 succeeded at 1520 (offset 121 lines).
     9patching file tests/regressiontests/admin_inlines/admin.py
     10Reversed (or previously applied) patch detected!  Assume -R? [n] y
     11Hunk #1 succeeded at 123 with fuzz 2.
     12Hunk #2 FAILED at 141.
     131 out of 2 hunks FAILED -- saving rejects to file tests/regressiontests/admin_inlines/admin.py.rej
     14patching file tests/regressiontests/admin_inlines/models.py
     15Reversed (or previously applied) patch detected!  Assume -R? [n] y
     16Hunk #1 succeeded at 191 (offset 11 lines).
     17patching file tests/regressiontests/admin_inlines/tests.py
     18Hunk #1 FAILED at 8.
     19Hunk #2 FAILED at 560.
     20Hunk #3 FAILED at 587.
     213 out of 3 hunks FAILED -- saving rejects to file tests/regressiontests/admin_inlines/tests.py.rej
Back to Top