| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-10 | Fixed #17365, #17366, #18727 -- Switched to discovery test runner. | Carl Meyer | |
| Thanks to Preston Timmons for the bulk of the work on the patch, especially updating Django's own test suite to comply with the requirements of the new runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the patch and the discovery runner. Refs #11077, #17032, and #18670. | |||
| 2013-05-11 | Fixed #19939 -- generic relations + split_exclude regression | Anssi Kääriäinen | |
| Added a test, the issue was already fixed (likely by the patch for #19385). | |||
| 2013-05-10 | Updated my bio. | Jannis Leidel | |
| 2013-05-10 | Make a start on operations and state (not sure if final layout) | Andrew Godwin | |
| 2013-05-10 | Fixed an obvious typo. | Alex Gaynor | |
| 2013-05-10 | Do some basic testing of the recorder | 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 | Fixed two admin_views tests under Oracle. | Aymeric Augustin | |
| Thanks Anssi for the review. | |||
| 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-10 | Fixed #20385 -- Typo in files docs. | Aymeric Augustin | |
| 2013-05-10 | [py3] Made GeoIP tests pass with Python 3 | Claude Paroz | |
| 2013-05-10 | Fixed #20384 -- Forced GeoIP_open path argument to bytestring | Claude Paroz | |
| Thanks Julian Wachholz for the report. | |||
| 2013-05-09 | Fixed a test that fails under Python 3. | Aymeric Augustin | |
| 2013-05-09 | Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and ↵ | Luke Plant | |
| added '__all__' shortcut This also updates all dependent functionality, including modelform_factory and modelformset_factory, and the generic views `ModelFormMixin`, `CreateView` and `UpdateView` which gain a new `fields` attribute. | |||
| 2013-05-09 | Further removal of static admin validation that can fail erroneously | Luke Plant | |
| 2013-05-09 | Fixed conditional skipping of test for left/right lookup types. | Aymeric Augustin | |
| connection.ops.spatial_version is None for some backends (eg. MySQL) and the comparison fails on Python 3 with TypeError. | |||
| 2013-05-09 | Made gis_terms be a set, rather than a dict with None for all keys. | Alex Gaynor | |
| 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 | Removed a test that didn't make sense; code could never be called the way ↵ | Alex Gaynor | |
| the test was written. | |||
| 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-09 | Removed some failing tests missed in 1556b1c3b7a18cadf4d66d2ab6301d7fe8646ba5 | Luke Plant | |
| 2013-05-09 | Removed fragile admin validation of fields on ModelForm | Luke Plant | |
| Refs #19445 | |||
| 2013-05-08 | Marked a test as an expected failure on MySQL and Python 3.2. | Aymeric Augustin | |
| This test hits a bug in current ports of MySQLdb. | |||
| 2013-05-08 | Added an HTTP status code to Django's WSGI application that was missing ↵ | Alex Gaynor | |
| (reason unknown). | |||
| 2013-05-08 | Marked tests of BinaryFields as expected failures on MySQL and Python 3. | Aymeric Augustin | |
| Current ports of MySQLdb are very buggy in this area. | |||
| 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-08 | Fixed #20256 -- Corrected startproject --template help text | Claude Paroz | |
| Thanks n0nam3 for the patch. | |||
| 2013-05-07 | Remove unnecessary check on __set__ parameters. | Mike Fogel | |
| 2013-05-07 | Fixed Sphinx error in tutorial 1. | Carl Meyer | |
| 2013-05-07 | Fixed inconsistent punctuation in tutorial 5. | Carl Meyer | |
| 2013-05-07 | Python 2.5 is not relevant to master. | Carl Meyer | |
| 2013-05-07 | Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError` | Tai Lee | |
| Handle the `UnicodeDecodeError` exception, send a warning to `stdout` with the file name and location, and continue processing other files. | |||
| 2013-05-07 | Remove outdated ForeignKey manager documentation. | Mike Fogel | |
| 2013-05-06 | Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment. | Tim Graham | |
| Thanks vlad.london.uk@ for the report. | |||
| 2013-05-06 | Fixed #20274 - Added some clarifying section headings in the test docs. | Tim Graham | |
| 2013-05-06 | Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial. | Tim Graham | |
| Thanks monuszko for the report. | |||
| 2013-05-05 | Found a mistake in SQL documentation | Christopher Allen-Poole | |
| 2013-05-05 | Ensured that the javascript_catalog view doesn't leak translations. | Florian Apolloner | |
| 2013-05-05 | Fixed a regression introduced in 9f7a01ef2bed8c0395a970286e8f87fd7d344b3b. | Florian Apolloner | |
| 2013-05-04 | One more changed import location of wraps | Claude Paroz | |
| 2013-05-04 | Fixed #18351 -- Added X-Robots-Tag header to sitemaps | Claude Paroz | |
| Thanks Michael Lissner for the report and initial patch, and Tom Mortimer-Jones for working on the patch. | |||
| 2013-05-04 | Systematically imported wraps from functools | Claude Paroz | |
