Timeline
01/28/2014:
- 23:54 Ticket #21893 (Migrations RunPython operations seem to trip on MTI models.) created by
- The attached tests demonstrate 2 issues: - The pk isn't assigned …
- 23:46 Ticket #21892 (Remove "string based" RunPython operations.) created by
- Example of "string based" RunPython operation: […] This removal …
- 13:41 Ticket #21879 (Error in reverse m2m query if the model with ManyToManyField has ...) closed by
- fixed: I wasn't able to reproduce this on master or 1.6.x. I added tests for …
- 13:39 Changeset [8b2c1ac0]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added tests for m2m queries with custom pk on the end models It seems …
- 13:14 Ticket #21883 (Use of xrange in custom lookups code not valid in Python 3; "__in list ...) closed by
- fixed: The branch is tested, but only on Oracle. I don't think Python 3 + …
- 13:08 Changeset [0ca6473]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21883 -- Added six.moves.xrange import When moving code around …
- 09:02 Ticket #21890 (django.core.exceptions.FieldError: Local field ... in class ... ...) created by
- Moving a field from a subclass to its base class results in the above …
- 09:00 Ticket #21889 (Record hash of applied migrations) created by
- Simple list spec: * After an migration has been applied its hash is …
- 08:31 Ticket #21887 (this link---generic views NOT FOUND . THANKS) closed by
- needsinfo
- 08:10 Changeset [5dc4a865]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Add an extra warning about custom save methods in migrations docs.
- 07:55 Ticket #21888 (Related model %r cannot be resolved) closed by
- duplicate: Sorry, duplicate of #21872
- 07:53 Ticket #21849 (Check framework includes silenced warnings in output stats) closed by
- fixed: In 2b6914049a882e2f1b398baf54940e815b85a90a: […]
- 07:50 Ticket #21888 (Related model %r cannot be resolved) created by
- My models.py (simplified) looks like this: […] In …
- 07:31 Changeset [2b691404]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21849 -- Included the count of silenced system checks in output.
- 07:21 Ticket #21853 (Manager.__module__ holds a wrong value.) closed by
- fixed: In 3e4dc5ecf25aa2b38eed73472899f0de5a319c04: […]
- 07:17 Changeset [3e4dc5ec]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21853 -- Fixed Manager.module to properly return …
- 06:29 Ticket #21886 (Writing your first app, part 2 - entering admin site) closed by
- invalid: As it says there, you need to use the version of the tutorial that …
- 06:27 Ticket #21885 (Incorrect import in Content Types docs) closed by
- invalid: You are looking at the development version of the documentation (note …
- 06:21 Ticket #21887 (this link---generic views NOT FOUND . THANKS) created by
- https://docs.djangoproject.com/en/dev/ref/generic-views/
- 05:57 Ticket #21886 (Writing your first app, part 2 - entering admin site) created by
- Tutorial should inform the reader that he needs make changes to …
- 04:45 Ticket #21885 (Incorrect import in Content Types docs) created by
- https://docs.djangoproject.com/en/dev/ref/contrib/contenttypes/#generic …
01/27/2014:
- 18:28 Ticket #20177 (Don't use setup_test_environment in the shell in testing tutorial) closed by
- fixed: Please don't reopen semi-related tickets, which have been correctly …
- 18:03 SummerOfCode2014 created by
- Added stub SoC 2014 page.
- 16:41 Ticket #21884 (field lookup docs don't say exact is default behavior) created by
- The …
- 16:35 Ticket #21874 (Consistent handling for app modules with no (or empty) __path__) closed by
- fixed: In 88a2d39159872f6a7fced1bae591550650fd7f38: […]
- 16:34 Changeset [88a2d391]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21874 -- Require Django applications to have a filesystem path. …
- 16:29 Ticket #21883 (Use of xrange in custom lookups code not valid in Python 3; "__in list ...) created by
-
There is a use of 'xrange' in the
In
lookup class in … - 15:02 Ticket #21688 (Invalidate internal caches when INSTALLED_APPS changes) closed by
- fixed: In b87bc461c89f2006f0b27c7240fb488fac32bed1: […]
- 15:02 Changeset [b87bc461]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed TransRealMixin. Fixed #21688. Refs …
- 15:01 Changeset [b951a7fb]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed superfluous uses of TransRealMixin. The translation.override …
- 15:01 Changeset [3145ae06]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Minor cleanup.
- 13:34 Ticket #20200 (Oracle Inconsistencies with NVARCHAR2 and NCLOB) closed by
- wontfix
- 08:41 Ticket #21882 (Early modification bug in Django 1.6. with mark_safe + ugettext_lazy) created by
- Hi, I'm in the process of upgrading a Django application from 1.5 to …
- 06:23 Ticket #21872 (With custom User, test database is not created due to missing ...) closed by
- fixed: The error is in the generated migration - you'll need to delete that …
- 05:50 Ticket #21872 (With custom User, test database is not created due to missing ...) closed by
- fixed: In 6758a9c0fc34dc9944895b98045d2b26c8147ea2: […]
- 05:49 Changeset [6758a9c0]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21872: Not detecting dependencies from M2M fields
- 03:52 Ticket #21881 (Clarify that `{% ssi ... parsed %}` has the same limitations as `{% ...) created by
- Please, see https://github.com/pulilab/django-ssi-tag-block for a …
01/26/2014:
- 18:27 Ticket #21878 (django-admin.py output Django version number) closed by
-
wontfix: I disagree.
When you run
manage.py shell
, you get the version … - 16:50 Changeset [74181c0a]stable/1.4.x by
- [1.4.x] Added release note stub for 1.4.11. Backport of dfa28981ce …
- 16:49 Changeset [b55d0ebf]stable/1.5.x by
- [1.5.x] Added release note stubs for 1.5.6 and 1.4.11. Backport of …
- 16:49 Changeset [6f8e655c]stable/1.6.x by
- [1.6.x] Added release note stubs for 1.5.6 and 1.4.11. Backport of …
- 16:48 Changeset [dfa28981]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added release note stubs for 1.5.6 and 1.4.11.
- 14:52 Changeset [257f8528]stable/1.4.x by
- [1.4.x] Fixed #21823 -- Upgraded six to 1.5.2 Backport of 780ae7e9f8 …
- 14:48 Changeset [682420d1]stable/1.5.x by
- [1.5.x] Fixed #21823 -- Upgraded six to 1.5.2 Backport of 780ae7e9f8 …
- 14:40 Changeset [38635977]stable/1.6.x by
- [1.6.x] Added missing items to 1.6.2 release notes. Backport of …
- 14:40 Changeset [2cbe1e28]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added missing items to 1.6.2 release notes.
- 14:38 Changeset [319cfd20]stable/1.6.x by
- [1.6.x] Fixed #21823 -- Upgraded six to 1.5.2 Backport of 780ae7e9f8 …
- 14:14 Ticket #21823 (Upgrade vendor'd six to latest release) closed by
- fixed: In 780ae7e9f804037626ce29ba3707c6c8b77ce4fc: […]
- 14:13 Changeset [780ae7e]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21823 -- Upgraded six to 1.5.2
- 13:45 Ticket #19774 (contentypes generic module has core functionality plus admins-specific one) closed by
- fixed: In 10e3faf191d8f230dde8534d1c8fad8c8717816e: […]
- 13:42 Changeset [10e3faf1]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19774 -- Deprecated the contenttypes.generic module. It …
- 13:32 Changeset [c388194]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed some missing/extraneous new line warnings.
- 12:34 Ticket #8540 (daemonize should close all open files) closed by
- wontfix: runfcgi is deprecated in Django 1.7 and that appears to be the only …
- 12:29 Ticket #17081 (runfcgi with daemonize=True requires aboslute path for pidfile parameter) closed by
- wontfix: runfcgi is being deprecated in Django 1.7.
- 12:23 Ticket #14298 (maximum open cursors exceeded on Jython and Oracle) closed by
- duplicate: I think this is a duplicate of #21751 which has a patch to close …
- 12:23 Ticket #17956 (Explicit closing cursors is required for the consistency in ...) closed by
- duplicate: I think this is a duplicate of #21751 which has a patch to close …
- 11:56 Ticket #21866 (Static word "COMMIT") closed by
- fixed: In 8f2f48ecc9431c4d8959354a607fa559aa85dd99: […]
- 11:42 Changeset [8f2f48ec]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21866 -- Replaced "COMMIT" in managmement command SQL with …
- 08:36 Changeset [db60a520]stable/1.6.x by
- [1.6.x] Fixed #21880 -- Added missing items to …
- 08:36 Ticket #21880 (from django.utils.timezone import * does not work as expected) closed by
- fixed: In 2b154ae2803d46c68d3ec78789866d22231a92d0: […]
- 08:35 Changeset [2b154ae2]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21880 -- Added missing items to django.utils.timezone.all. …
- 06:58 Ticket #21880 (from django.utils.timezone import * does not work as expected) created by
-
Hi,
from django.utils.timezone import *
does not work as … - 06:44 Ticket #21877 (Rename django.apps.base to django.apps.config) closed by
- fixed: In 4f03b718f712b39f306f6dfe177e1f65b5437ac2: […]
- 06:17 Changeset [4f03b718]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21877 -- Renamed django.apps.base to config.
- 06:13 Ticket #21702 (Consider providing apps.get_model("app_label.ModelName")) closed by
- fixed: In 3c47786cb91617b3757e57b6bfeda06ef14e561a: […]
- 06:08 Changeset [f901b4d6]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Took advantage of the new get_model API. Refs #21702.
- 06:08 Ticket #21879 (Error in reverse m2m query if the model with ManyToManyField has ...) created by
- Here is my models.py file: […] I execute following commands on …
- 06:01 Changeset [3c47786]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21702 -- get_model('app_label.ModelName'). Also added tests …
- 05:52 Ticket #21878 (django-admin.py output Django version number) created by
- When I do: […] the output is very helpful and tells me the …
- 05:36 Ticket #21877 (Rename django.apps.base to django.apps.config) created by
-
This module defines the AppConfig class. I don't think
base
is a … - 02:30 Changeset [a0a6112a]stable/1.6.x by
- [1.6.x] Fixed typo. Refs #21836. Backport of 8e1fc03 from master
- 02:30 Changeset [8e1fc03]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo. Refs #21836.
- 01:50 Changeset [9ffab9c]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moved RequestSite and get_current_site. Following the app-loading …
- 00:46 Ticket #21875 (Runtime Error with Django-Tastypie: "App registry isn't ready yet.") created by
- Including django-tastypie as installed app prevents me from running …
01/25/2014:
- 23:50 Changeset [ca95f8e]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moved sys.path-extending decorator to django.test.utils and used …
- 22:57 Ticket #21874 (Consistent handling for app modules with no (or empty) __path__) created by
- This ticket is a followup from discussion that occurred on …
- 21:56 Changeset [8bc3780b]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Docs correction: apps loaded from eggs do not have appconfig.path None.
- 21:41 Ticket #17304 (Document conditions under which a namespace package may or may not be ...) closed by
- fixed: In 966b186981d619d964152ebcda1bd844ec5f6c8c: […]
- 20:37 Changeset [966b1869]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17304 -- Allow single-path and configured-path namespace …
- 18:18 Ticket #21831 (If contrib.auth is not in INSTALLED_APPS, any import (even indirectly) ...) closed by
- fixed: I confirm that with the move of check-registrations into …
- 16:22 Ticket #21873 (Duplicate unicode_literals import in core/management/base.py file) closed by
- fixed: In ee4b806a851f6f7ad121899ed246dbcd7353ca75: […]
- 16:22 Changeset [ee4b806]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21873 -- Removed duplicate import. Thanks Sephi for the report.
- 16:04 Ticket #21873 (Duplicate unicode_literals import in core/management/base.py file) created by
- It's all in the title.
- 14:21 Changeset [a21fc1c]stable/1.6.x by
- [1.6.x] Fixed #21836 -- Improved transaction docs about autocommit …
- 14:20 Ticket #21836 (clarify behavior of autocommit mode in presence of transaction) closed by
- fixed: In 798fd59fad241ca8e48ba2a4526935b92736d30d: […]
- 14:20 Changeset [798fd59]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21836 -- Improved transaction docs about autocommit mode …
- 12:13 Changeset [7dd87aa3]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #2213 from dnerdy/ticket-14007-contributors Added …
- 09:59 Changeset [3acdb30]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a failing schema assertion. BooleanFields are stored as …
- 08:56 Changeset [09d1e048]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added ticket #14007 contributors to AUTHORS
- 06:26 Ticket #21872 (With custom User, test database is not created due to missing ...) created by
- As described here: …
- 05:57 Ticket #21867 (AppStaticStorage is still using app_module.__file__) closed by
- fixed: In f56c88a8eed91f68f6845bbf730f7b7361c5cfb1: […]
- 05:57 Changeset [b9e0ea3c]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #2211 from carljm/t21867 Fixed #21867 -- Removed …
- 03:42 Ticket #21829 (Provide a mechanism for apps to define a default AppConfig) closed by
- fixed: In 2ff93e027c7b35378cc450a926bc2e4a446cacf0: […]
- 03:41 Changeset [2ff93e0]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21829 -- Added default AppConfigs. Thanks Russell for the …
Note: See TracTimeline
for information about the timeline view.