Anssi Kääriäinen
|
2249bd275c
|
Fixed Oracle failure for "%" in table name
|
2012-10-27 05:26:42 +03:00 |
Claude Paroz
|
f5ea730dac
|
Fixed #18843 -- Replaced more special chars in column names (inspectdb)
Thanks airstrike for the report.
|
2012-08-23 22:59:45 +02:00 |
Claude Paroz
|
395c6083af
|
Fixed #12460 -- Improved inspectdb handling of special field names
Thanks mihail lukin for the report and elijahr and kgibula for their
work on the patch.
|
2012-08-23 21:46:57 +02:00 |
Aymeric Augustin
|
396357741b
|
[py3] Used compatible imports of StringIO.
|
2012-08-08 14:50:01 +02:00 |
Ramiro Morales
|
d4648a3446
|
Removed debugging code added in last commit.
|
2012-06-01 21:50:06 -03:00 |
Ramiro Morales
|
72130385bf
|
Made inspectdb tests deal with a smaller generated models.py file.
Implemented this by adding a stealth table_name_filter option for the
command.
|
2012-06-01 21:46:07 -03:00 |
Claude Paroz
|
ddc5d59c6a
|
Fixed #15076 -- Quoted ForeignKey target class names in inspectdb when class is defined below.
Thanks saschwarz for the report, jeff@deserettechnology.com for the initial patch and Ramiro Morales for the review.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17942 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-04-27 06:56:31 +00:00 |
Ramiro Morales
|
a411242e94
|
Fixed #17676 -- Fixed introspection of column names that start with digit(s).
Thanks Gandalfar for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17509 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-02-11 20:53:48 +00:00 |
Julien Phalip
|
ad8ebb7006
|
Fixed #8317 -- Corrected the inspectdb management command to properly set `primary_key=True` and `unique=True` on foreign keys. Thanks to bthomas for the report and patch, and to David Gouldin for the tests.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17451 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-02-05 07:51:37 +00:00 |
Russell Keith-Magee
|
74d485c4ec
|
Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't differentiate a foreign key from an integer.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15385 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-02-01 14:42:52 +00:00 |
Alex Gaynor
|
09a63632c5
|
Simplify the tests for [15296].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-01-24 15:18:56 +00:00 |
Ramiro Morales
|
bafe879188
|
Fixed 14796 -- Modified order of operations performed on field names by the inspectdb command so it doesn't generates model fields with names equal to Python keywords. Thanks pappjm at gmail dot com for the report and mmcnickle for the fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-01-24 14:58:05 +00:00 |