| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-19 | Fixed #11442 -- Postgresql backend casts all inet types to text | Erik Romijn | |
| 2013-05-19 | Merge pull request #1028 from manfre/patch-2 | Aymeric Augustin | |
| Fixed #20340 - document required return value for disable_constraint_checking | |||
| 2013-05-19 | ModelState now freezes options and bases | Andrew Godwin | |
| 2013-05-18 | Fix state tests a little | Andrew Godwin | |
| 2013-05-18 | Split up test and make the State classes a bit better. | Andrew Godwin | |
| 2013-05-18 | Add a deconstruct() method to Fields. | Andrew Godwin | |
| This allows the field's initial argument to be obtained so it can be serialised to, and re-created from, a textual format. | |||
| 2013-05-18 | Fixed #20386 - Introspection problem on Oracle | Shai Berger | |
| Made introspection always return a unicode as column name on Oracle. Thanks aaugustin for review and suggestion to use force_text(). | |||
| 2013-05-18 | More conversion to a ContextManager schema_editor | Andrew Godwin | |
| 2013-05-18 | Turn SchemaEditor into a context manager | Andrew Godwin | |
| 2013-05-18 | Merge branch 'master' into schema-alteration | Andrew Godwin | |
| 2013-05-17 | Replaced an antiquated pattern. | Aymeric Augustin | |
| Thanks Lennart Regebro for pointing it out. | |||
| 2013-05-15 | Fixed #20413 - Respect Query.get_meta() | Mike Fogel | |
| 2013-05-10 | Make a start on operations and state (not sure if final layout) | Andrew Godwin | |
| 2013-05-10 | Add root_node and leaf_node functions to MigrationGraph | Andrew Godwin | |
| 2013-05-10 | First phase of loading migrations from disk | Andrew Godwin | |
| 2013-05-10 | Merge branch 'master' into schema-alteration | Andrew Godwin | |
| 2013-05-10 | Adding a dependency graph class and tests | Andrew Godwin | |
| 2013-05-09 | Rest of the _meta.app_cache stuff. Schema tests work now. | Andrew Godwin | |
| 2013-05-09 | Split out a BaseAppCache, make AppCache borg again, add _meta.app_cache | Andrew Godwin | |
| 2013-05-09 | Fixed #20215 -- Disabled persistent connections by default. | Aymeric Augustin | |
| 2013-05-09 | Whoops. Need to be good and use six. | Andrew Godwin | |
| 2013-05-09 | Improve error message for bad FK resolution | Andrew Godwin | |
| 2013-05-08 | Merge pull request #1049 from mfogel/remove-unescessary-parameter-checks | Alex Gaynor | |
| Remove unnecessary check on __set__ parameters. | |||
| 2013-05-08 | [py3] Stopped iterating on exceptions. Refs #20025. | Aymeric Augustin | |
| 2013-05-08 | Fixed #20025 -- Pointed to a MySQLdb fork for Python 3. | Aymeric Augustin | |
| Made a few minor compatibility adjustments. | |||
| 2013-05-08 | Fixed test failures on MySQL. | Aymeric Augustin | |
| Some tests failed when the time zone definitions were loaded in MySQL and pytz wasn't installed. This setup isn't supported. | |||
| 2013-05-07 | Remove unnecessary check on __set__ parameters. | Mike Fogel | |
| 2013-05-04 | Systematically imported wraps from functools | Claude Paroz | |
| 2013-04-25 | Converted a list comprehension into a generator expression in query_utils.py | Adrian Holovaty | |
| 2013-04-25 | Negligible formatting fixes in query_utils.py | Adrian Holovaty | |
| 2013-04-25 | Removed an errant ipdb import from commit 9777442 | Adrian Holovaty | |
| 2013-04-24 | Fixed documentation of disable_constraint_checking | Michael Manfre | |
| The docstring and base implementation of disable_constraint_checking do not indicate that a return value is expected for proper behavior. | |||
| 2013-04-19 | Fix schema editor interaction with new transactions | Andrew Godwin | |
| 2013-04-18 | Merge branch 'master' into schema-alteration | Andrew Godwin | |
| Conflicts: django/db/backends/__init__.py django/db/backends/mysql/base.py django/db/backends/oracle/base.py django/db/backends/oracle/creation.py django/db/backends/postgresql_psycopg2/base.py django/db/backends/sqlite3/base.py django/db/models/fields/related.py | |||
| 2013-04-18 | Use `LOOKUP_SEP` in `get_or_create`. | Simon Charette | |
| 2013-04-08 | Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` attribute. | Tobias McNulty | |
| 2013-04-05 | Fixed #20207 -- Handle ManyToManyField with a unicode name correctly. | Simon Charette | |
| 2013-04-04 | Fixed a line that was overindented. | Alex Gaynor | |
| 2013-04-03 | Fix typo in transaction.Atomic docstring | Marti Raudsepp | |
| 2013-04-01 | Fixed deprecation warnings introduced by ↵ | Simon Charette | |
| 97774429aeb54df4c09895c07cd1b09e70201f7d. | |||
| 2013-04-01 | Fixed #16737 -- Support non-ascii column names in inspectdb | Claude Paroz | |
| Thanks moof at metamoof.net for the report. | |||
| 2013-04-01 | Fixed getting max_digits for MySQL decimal fields | Claude Paroz | |
| Refs #5014. | |||
| 2013-03-31 | Fixed #19220 -- Prevented decimals to be displayed in scientific notation | Claude Paroz | |
| Thanks nebstrebor for the report and antofik for the patch. | |||
| 2013-03-28 | Fixed #19954 -- Fixed MySQL _last_executed decoding | Claude Paroz | |
| Queries can contain binary data undecodable with utf-8. In this case, using the 'replace' errors mode when decoding seems like an acceptable representation of the query. Thanks Marcel Ryser for the report. | |||
| 2013-03-28 | Fixed spelling errors | Gavin Wahl | |
| 2013-03-26 | Fixed #20091 -- Oracle null promotion for empty strings | Anssi Kääriäinen | |
| 2013-03-24 | Fixed Oracle specific failures in multicolumn joins | Anssi Kääriäinen | |
| Refs #19385 | |||
| 2013-03-24 | Fixed field.rel.field_name handling | Anssi Kääriäinen | |
| This is a regression fix to multicolumn joins. Refs #19385. | |||
| 2013-03-24 | Python 2.6 compatibility for #19385 | Anssi Kääriäinen | |
| 2013-03-24 | Fixed #19385 again, now with real code changes | Anssi Kääriäinen | |
| The commit of 266de5f9ae9e9f2fbfaec3b7e4b5fb9941967801 included only tests, this time also code changes included... | |||
