| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
| 2013-02-23 | Marked a test as expected failure. Refs #19884 | Anssi Kääriäinen | |
| 2013-02-02 | Fixed #14305 -- Switched inspectdb to create unmanaged models. | Ramiro Morales | |
| Thanks Ian Kelly for the report and initial patch. | |||
| 2013-02-01 | Renamed inspectdb field names for clarity | Simon Charette | |
| 2013-01-31 | Fixed #19341 -- Detected NullBooleanField when introspecting models | Claude Paroz | |
| Thanks Tim Bowden for the report. | |||
| 2013-01-31 | Fixed #19709 -- Fixed TimeField introspection on MySQL | Claude Paroz | |
| Thanks Eugene Grachev for the report. | |||
| 2013-01-31 | Added introspection tests for most of Django model fields | Claude Paroz | |
| 2013-01-28 | Fixed #19676 -- Supported 'self' foreign keys in inspectdb. | Aymeric Augustin | |
| Thanks Georgy Kutsurua for the report and Simon Charette for the patch. | |||
| 2012-10-27 | Fixed Oracle failure for "%" in table name | Anssi Kääriäinen | |
| 2012-08-23 | Fixed #18843 -- Replaced more special chars in column names (inspectdb) | Claude Paroz | |
| Thanks airstrike for the report. | |||
| 2012-08-23 | Fixed #12460 -- Improved inspectdb handling of special field names | Claude Paroz | |
| Thanks mihail lukin for the report and elijahr and kgibula for their work on the patch. | |||
| 2012-08-08 | [py3] Used compatible imports of StringIO. | Aymeric Augustin | |
| 2012-06-01 | Removed debugging code added in last commit. | Ramiro Morales | |
| 2012-06-01 | Made inspectdb tests deal with a smaller generated models.py file. | Ramiro Morales | |
| Implemented this by adding a stealth table_name_filter option for the command. | |||
| 2012-04-27 | Fixed #15076 -- Quoted ForeignKey target class names in inspectdb when class ↵ | Claude Paroz | |
| 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-02-11 | Fixed #17676 -- Fixed introspection of column names that start with digit(s). | Ramiro Morales | |
| 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-05 | Fixed #8317 -- Corrected the inspectdb management command to properly set ↵ | Julien Phalip | |
| `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 | |||
| 2011-02-01 | Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't ↵ | Russell Keith-Magee | |
| differentiate a foreign key from an integer. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15385 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-01-24 | Simplify the tests for [15296]. | Alex Gaynor | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@15297 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-01-24 | Fixed 14796 -- Modified order of operations performed on field names by the ↵ | Ramiro Morales | |
| 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 | |||
