File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88#
99
1010build=$PWD
11- django=$( python -c " import django; print django.__path__[0]" )
11+ django=$( python -c " import django; import os.path; print os.path.realpath( django.__path__[0]) " )
1212
1313rsync -Cav $django $build /test/lib/
14- cd $build /test/lib/
15- patch -p 2 < $build /test/r5105.patch
16-
17- exit 0
14+ cd $build /test/lib
15+ patch -p 3 < $build /test/r5106.patch
Original file line number Diff line number Diff line change @@ -9,13 +9,3 @@ Index: /django/trunk/django/core/management.py
99+ rel_field = rel_field.rel.get_related_field()
1010 data_type = get_rel_data_type(rel_field)
1111 else:
12- Index: /django/trunk/AUTHORS
13- ===================================================================
14- --- /django/trunk/AUTHORS (revision 5102)
15- +++ /django/trunk/AUTHORS (revision 5106)
16- @@ -165,4 +165,5 @@
17- Robert Myers <myer0052@gmail.com>
18- Nebojša Dorđević
19- + Gopal Narayanan <gopastro@gmail.com>
20- Fraser Nevett <mail@nevett.org>
21- Sam Newman <http://www.magpiebrain.com/>
You can’t perform that action at this time.
0 commit comments