Timeline
11/19/2010:
- 23:25 Ticket #14512 (Documentation & tools for decorating class-based-views.) closed by
- fixed: Fixed by [14642].
- 23:10 Changeset [591ad8af]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14512 -- Added documentation on how to apply decorators to …
- 20:33 Ticket #14540 (Wrong localization (L10N) thousand separator & decimal point character ...) closed by
- invalid: Django currently has no Puerto Rico translation/format support. Maybe …
- 20:03 OracleTestSetup edited by
- (diff)
- 19:56 Changeset [077d04b7]stable/1.2.x by
- [1.2.X] Fixed a garbage character that was somehow introduced into …
- 19:56 Changeset [8a0de69]stable/1.2.x by
- [1.2.X] Fixed hyperlinking of template tags for Sphinx >= 1.0 Follow …
- 19:48 Ticket #14734 (problem with postgresql views (psycopg2)) closed by
- invalid: This sounds like a case of user-error, related to the default …
- 19:37 Changeset [ec7c49f2]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed hyperlinking of template tags for Sphinx >= 1.0 Follow on from …
- 19:33 Ticket #14569 (Date field expression raw query returns unicode instead of datetime ...) closed by
- wontfix: So, unfortunately we can't fix this in Django because that means it …
- 19:15 Changeset [84d809d8]stable/1.2.x by
- [1.2.X] Updated an old workaround described in the Oracle backend …
- 19:11 Changeset [58eca97e]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated an old workaround described in the Oracle backend notes with …
- 18:36 Ticket #14059 (ForeignKey Field validates using the default database rather than the ...) closed by
- duplicate: Duplicate of #14691 (That is newer but got picked and fixed first). …
- 18:35 Ticket #11333 (ORA-01830 date format picture ends before converting entire input) closed by
- wontfix: In order to fix this, we would need to somehow distinguish whether a …
- 18:06 Changeset [b199cb3]stable/1.2.x by
- [1.2.X] Fixed poorly-constructed test from r14612. Thanks to Alex …
- 18:05 Changeset [61a89f8e]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed poorly-constructed test from r14612. Thanks to Alex Gaynor for …
- 17:56 Changeset [7236b76]stable/1.2.x by
- Corrected some issues with the backport from [14627]. git-svn-id: …
- 17:23 Changeset [8d3e66fa]stable/1.2.x by
- [1.2.X] Removed compatibility with Sphinx < 1.0 workarounds in our …
- 17:23 Ticket #13351 (The notes for Oracle in the django database documentation may need to ...) closed by
- fixed: (In [14632]) [1.2.X] Fixed #13351: Added documentation about the …
- 17:23 Changeset [04fec1b]stable/1.2.x by
- [1.2.X] Fixed #13351: Added documentation about the cx_Oracle …
- 17:19 Changeset [f6093063]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed compatibility with Sphinx < 1.0 workarounds in our extension …
- 17:19 Changeset [c0adc62f]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13351: Added documentation about the cx_Oracle 'threaded' …
- 17:11 Ticket #14679 (Change of behavior in add new user workflow when using "Save" button) closed by
- fixed: Fixed in r14628 (trunk) and r14629 (1.2.X branch).
- 17:04 Changeset [237e9557]stable/1.2.x by
- [1.2.X] Corrected change in behavior regarding the page shown after …
- 16:45 Changeset [0e26f58d]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Corrected change in behavior regarding the page shown after the 'Save' …
- 16:01 Ticket #14626 (DateField with auto_now=True is not coming in as Python's ...) closed by
- duplicate: Dup of #10970
- 15:31 Ticket #14506 (Crash on HEAD request) reopened by
- 14:05 Ticket #14734 (problem with postgresql views (psycopg2)) created by
- I attempted to use django with postgresql views by means of model …
- 13:34 Changeset [da163cc9]stable/1.2.x by
- [1.2.X] Began converting localflavor doctests into unittests, starting …
- 13:33 Changeset [a3e7ee7c]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Began converting localflavor doctests into unittests, starting with …
- 12:03 Ticket #13007 (Django fails to log in when a cookie is set on the same domain ...) reopened by
- I've added a test case to illustrate what I think is going on here. …
- 11:30 Changeset [426a28f]stable/1.2.x by
- [1.2.X] Bumped documentation-building requirements to Sphinx 1.0.2 and …
- 10:43 Ticket #14732 (Allow Manager.raw() execute not only "Pure selects") closed by
- duplicate: Duplicate of #14733
- 10:39 Ticket #14733 (Allow Manager.raw() execute not only "Pure selects") created by
- Since the raw query validation only matches if the request …
- 10:38 Ticket #14732 (Allow Manager.raw() execute not only "Pure selects") created by
- Since the raw query validation only matches if the request …
- 10:10 Changeset [59c84b43]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Bumped documentation-building requirements to Sphinx 1.0.2 and …
- 09:39 Ticket #13795 (Add CACHE_KEY_PREFIX setting that prefixes the low-level cache API) closed by
- fixed: (In [14623]) Fixed #13795 -- Added a site-wide cache prefix and cache …
- 09:39 Changeset [99d247f4]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13795 -- Added a site-wide cache prefix and cache versioning. …
- 09:38 DevelopersForHire edited by
- Added myself to UK (diff)
- 08:57 Changeset [5ef3269]stable/1.2.x by
- [1.2.X] Fixed #14728 -- Broadened warning about django-admin.py …
- 08:26 Ticket #14728 (More generic text about missing .py extension on commands) closed by
- fixed: (In [14621]) Fixed #14728 -- Broadened warning about django-admin.py …
- 08:26 Changeset [261aee26]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14728 -- Broadened warning about django-admin.py missing .py …
- 06:39 Ticket #14731 ([Patch] Change 14413 breaks old fixtures with permissions) created by
- Changeset 14413 introduced a regression with fixtures containing …
- 04:48 Ticket #14730 (Translation Mistake. MN) created by
- Translation Mistake. Forgot close <a> tag. …
- 04:20 Ticket #14729 (RawQuerySet.__repr__ fails when params passed as list) created by
- Django 1.2.3. The documentation suggests passing arguments to a …
- 03:50 Ticket #14728 (More generic text about missing .py extension on commands) created by
- I noticed the text […] can be more general as it also applies …
- 03:14 Sprint201012Sydney edited by
- Refreshments; redundant link to Sprints. (diff)
- 02:15 Changeset [4f2e9aed]stable/1.2.x by
- [1.2.X] Corrected the way databases were compared. This allows …
- 02:08 Changeset [49d8313]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Corrected the way databases were compared. This allows running the …
11/18/2010:
- 21:42 Changeset [f777ddf]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a failing test caused by [14614]. git-svn-id: …
- 21:36 Ticket #14606 (Application module imported twice when running development server) closed by
-
invalid: Loading an app's
__init__.py
more than once is not a bug. An app … - 19:38 Ticket #14727 (Documentation Corrections) created by
- Several minor documentation corrections
- 17:51 Changeset [9edd695]stable/1.2.x by
- [1.2.X] Converted the model_regress doctests into unittests. We have …
- 17:46 Changeset [87fe4be9]stable/1.2.x by
- [1.2.X] Fixed pk uniqueness validation for new objects created outside …
- 17:46 Changeset [d88cabd3]stable/1.2.x by
- [1.2.X] Fixed #14234 -- Re-validating a model instance added via …
- 17:32 Changeset [3ede430b]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Converted the model_regress doctests into unittests. We have always …
- 17:29 Changeset [008f333]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed pk uniqueness validation for new objects created outside of a …
- 17:23 Ticket #14725 (Prevent 1406 error during syncdb by extending name length in ...) closed by
- duplicate: Duplicate of #8162
- 17:23 Ticket #14726 (how to get an empty formset in a formwizard?) closed by
- invalid: This bug tracker is not the right place for help requests - see the …
- 16:43 Ticket #14234 (Validation bug when using ModelForms) closed by
- fixed: (In [14612]) Fixed #14234 -- Re-validating a model instance added via …
- 16:43 Changeset [38ba377]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14234 -- Re-validating a model instance added via ModelForm no …
- 15:48 Ticket #14726 (how to get an empty formset in a formwizard?) created by
- Hi! I've already spent a lot of time trying to get this to work, …
- 11:51 Ticket #14725 (Prevent 1406 error during syncdb by extending name length in ...) created by
- length of auth_permission table name column should be upped from 50 …
- 11:13 Sprint201011Berlin edited by
- We are participated online from Russia #12753 #14516 (diff)
- 11:12 Ticket #14723 (@last_modified should ignore lack of etag method when USE_ETAGS is enabled) closed by
- duplicate: duplicate, sorry.
- 11:11 Ticket #14724 (Auth Password Reset View depends on Integer user ID,) created by
- I'm using this evil (but so useful) patch to use UUID instead of …
- 11:01 Ticket #14723 (@last_modified should ignore lack of etag method when USE_ETAGS is enabled) created by
- Using @last_modified with settings.USE_ETAGS does not work as …
- 11:00 Ticket #14722 (@last_modified should ignore lack of etag method when USE_ETAGS is enabled) created by
- Using @last_modified with settings.USE_ETAGS does not work as …
- 10:24 Ticket #14721 (USE_THOUSAND_SEPARATOR fails with UnicodeDecodeError in several locales) created by
-
When I'm trying to use the
{{ foo|floatformat }}
template tag with … - 09:11 DjangoInFinland edited by
- (diff)
- 09:06 DjangoInFinland edited by
- (diff)
- 07:29 Ticket #14720 (Settings imported twice as separate modules when manage.py is used) created by
- Some people may be surprised that settings are loaded twice under …
- 06:29 Ticket #14719 (Different attributes for DateInput and TimeInput in SplitDateTimeWidget) closed by
- duplicate: Duplicate of #14718
- 06:21 Ticket #14719 (Different attributes for DateInput and TimeInput in SplitDateTimeWidget) created by
-
Current implementation of
SplitDateTimeWidget
accepts anattrs
… - 06:21 Ticket #14718 (Different attributes for DateInput and TimeInput in SplitDateTimeWidget) created by
-
Current implementation of
SplitDateTimeWidget
accepts anattrs
… - 06:18 Ticket #14717 (Connection error not handled) created by
- When there is connection error in MySQL backend, the exception is not …
- 05:00 OracleTestSetup edited by
- (diff)
11/17/2010:
- 21:24 Ticket #14716 (filter_horizontal and filter_vertical don't work on mobile Safari) created by
- Create a ModelAdmin for a model with a ManyToManyField. Specify that …
- 19:53 Changeset [9cebb526]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed incorrect path to MultipleObjectMixin in docs. git-svn-id: …
- 19:29 Changeset [a205fe93]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added notes in old generic views howto about the new class based …
- 19:29 Changeset [9712f4c7]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Corrected link in release notes. git-svn-id: …
- 17:32 Ticket #14714 (Refactoring BaseHandler and company for DRYness) closed by
- invalid: This patch appears to be superceded by the changes added in r14393, …
- 16:42 Ticket #14715 (Uninformative ValueError in django/utils/_os.py) created by
- Today I was getting this when trying to run a new project for the …
- 15:38 Ticket #14714 (Refactoring BaseHandler and company for DRYness) created by
- I've outlined everything in a Pull Request on GitHub here: …
- 14:30 Changeset [395af9d5]stable/1.2.x by
- [1.2.X] Fixed #7077 and #7431 -- Use getpass.getuser instead of …
- 14:28 Tickets #7077,7431 batch updated by
- fixed: (In [14607]) Fixed #7077 and #7431 -- Use getpass.getuser instead of …
- 14:28 Changeset [9b6535b8]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #7077 and #7431 -- Use getpass.getuser instead of pwd.getpwuid …
- 14:26 Changeset [9057450a]stable/1.2.x by
- [1.2.X] Added a hidden toctree pointing at the index file in the docs …
- 14:26 Changeset [0aeb6c96]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added a hidden toctree pointing at the index file in the docs to …
- 14:04 Changeset [030fdcc7]stable/1.2.x by
- [1.2.X] Fixed #14713 -- documented that resolve can raise Http404. …
- 14:03 Changeset [204253ed]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14713 -- documented that resolve can raise Http404. Thanks to …
- 14:03 Ticket #14713 (Document that resolve() can raise Http404) closed by
- fixed: (In [14603]) Fixed #14713 -- documented that resolve can raise …
- 13:20 Ticket #14713 (Document that resolve() can raise Http404) created by
- Adds a note to the resolve() docs that it raises Http404 when the url …
- 13:19 Ticket #14712 (Example for post_syncdb signal.) created by
- While in retrospect, the documentation for post_syncdb does inform the …
- 11:54 Ticket #14711 (MonthMixin.get_previous_month incorrect under certain conditions) created by
- In the class-based generic views, MonthMixin.get_previous_month will …
- 11:00 Ticket #14257 (Remove isValidIDList from ManyToManyField in ...) closed by
- fixed: (In [14602]) Fixed #14257 -- removed ManyToManyField.isValidIDList …
- 11:00 Changeset [fc47f8c6]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14257 -- removed ManyToManyField.isValidIDList which was …
- 10:47 Changeset [1aaf270d]stable/1.2.x by
- [1.2.X] Fixed #14423 -- corrected incorrect SQL being generated when a …
- 10:46 Changeset [0eb31d3]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14423 -- corrected incorrect SQL being generated when a …
- 10:46 Ticket #14423 (Wrong SQL on exclude with inheritance) closed by
- fixed: (In [14600]) Fixed #14423 -- corrected incorrect SQL being generated …
- 10:11 Changeset [6469eec7]stable/1.2.x by
- [1.2.X] Corrected some syntax issues in the docs. Backport of [14598]. …
- 10:08 Changeset [c0248f6f]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Corrected some syntax issues in the docs. git-svn-id: …
- 09:46 Changeset [8a7a8f46]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed stale directory not removed by git-svn in r14592. git-svn-id: …
- 09:45 Changeset [f58d17db]stable/1.2.x by
- [1.2.X] Fixed a bunch of code examples in the form media …
- 09:37 Tickets #10004,12320 batch updated by
- fixed: (In [14595]) Fixed #10004 and #12320 -- Enabled the makemessages …
- 09:37 Changeset [17b329a]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10004 and #12320 -- Enabled the makemessages management command …
- 09:36 Changeset [d7ad02f]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a bunch of code examples in the form media documentation. …
- 09:36 Ticket #10636 (Development server fails if settings module does not define ...) closed by
- fixed: (In [14593]) Fixed #10636 -- Added check to make sure the …
- 09:36 Changeset [96af3047]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10636 -- Added check to make sure the ADMIN_MEDIA_PREFIX …
- 09:36 Tickets #14693,14709 batch updated by
- fixed: (In [14592]) Fixed #14693, #14709 -- Backwards incompatible change to …
- 09:36 Changeset [33d8fcd]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14693, #14709 -- Backwards incompatible change to rectify the …
- 08:42 DjangoJobs edited by
- (diff)
- 08:39 DjangoJobs edited by
- (diff)
- 07:38 Changeset [17d0c7ad]stable/1.2.x by
- [1.2.X] Migrated model_formsets doctests. Thanks to Gregor Müllegger …
- 07:30 Changeset [9b45f6cd]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Migrated model_formsets doctests. Thanks to Gregor Müllegger for the …
- 07:14 Ticket #10323 (Dont force admin media serving with runserver management command.) closed by
- fixed: Calling this fixed in trunk since an option for the runserver command …
- 06:28 Ticket #14710 (Form css classes for bound fields are not rendered {{ form.field_name }}) created by
- Version 1.2 added support for form css styling with two additional …
- 06:24 Changeset [8acad926]stable/1.2.x by
- [1.2.X] Fixed #11369 -- Corrected verbose_name_plural model Meta …
- 06:09 Changeset [5666bca]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11369 -- Corrected verbose_name_plural model Meta option to be …
- 06:09 Ticket #11369 (verbose_name_plural not inherited if base class is abstract.) closed by
- fixed: (In [14588]) Fixed #11369 -- Corrected verbose_name_plural model Meta …
- 04:19 Ticket #14450 (Simple but powerfull patch to make application name localizable) closed by
- duplicate: This is very much related to #3591 and this year's Google Summer of …
- 01:44 Ticket #13950 (Add "post save" hook to ModelAdmin class) reopened by
- I'll try explain the problem better. Let's start with the example I …
- 00:02 Ticket #8104 (IntegerField max_value & min_value errors require a %s) closed by
- duplicate: As adamv points out, the design decision seems to have been made (by …
11/16/2010:
- 23:43 Ticket #14709 (staticfiles app seems forced upon me) created by
- I just updated my Django to the latest dev (14587) and I'm finding …
- 22:46 Ticket #8670 (auth add_view should accept extra_context) closed by
- fixed: This functionality is in place in trunk: …
- 22:27 Ticket #14708 (Document available mapping keys for form field error messages.) created by
- The error messages for some form fields have mapping keys that will be …
- 20:58 Changeset [03b111c6]stable/1.2.x by
- [1.2.X] Fixed #12687 -- fixed an issue with aggregates and counts in …
- 20:57 Ticket #12687 (Using exclude on a queryset with an annotate field give attribute error.) closed by
- fixed: (In [14586]) Fixed #12687 -- fixed an issue with aggregates and counts …
- 20:57 Changeset [4276b51]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12687 -- fixed an issue with aggregates and counts in …
- 20:25 Changeset [3e9d2f8]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Remove an obsolete admonition in tutorial one (referencing 0.96 …
- 20:24 Changeset [929b8ff3]stable/1.2.x by
- [1.2.X] Remove an obsolete admonition in tutorial one (referencing …
- 19:57 Ticket #14706 (Stray tick in 1.3 release notes) closed by
- fixed: (In [14583]) Fixed #14706 -- corrected a stray backtick in the docs. …
- 19:57 Changeset [5b4c6fd]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14706 -- corrected a stray backtick in the docs. Thanks to …
- 18:33 Ticket #14707 (Allow an annotation to match a field name when using .values on a ...) created by
- Ticket http://code.djangoproject.com/ticket/11256 has the unfortunate …
- 18:26 Ticket #14706 (Stray tick in 1.3 release notes) created by
- Stray tick in 1.3 release notes
- 17:48 Changeset [5844cdca]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Small grammar fix in 'user-uploaded files' comment from [14560] …
- 16:21 Ticket #14705 (Model Field Order not influenced by MRO of superclasses) created by
- Looking at the two definitions below, […] one (I?) would expect …
- 16:17 Changeset [746ce7d9]stable/1.2.x by
- [1.2.X] Fixed #14691 -- Made ForeignKey.validate() use the right …
- 16:09 Ticket #14691 (foreign key validate() fails for non-default databases) closed by
- fixed: (In [14580]) Fixed #14691 -- Made ForeignKey.validate() use the right …
- 16:09 Changeset [f3d0704]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14691 -- Made ForeignKey.validate() use the right database. …
- 16:05 Ticket #14704 (USE_THOUSAND_SEPARATOR poorly documented) closed by
- fixed
- 15:34 Changeset [6ff1f386]stable/1.2.x by
- [1.2.X] Better cross-referencing of the USE_THOUSAND_SEPARATOR setting …
- 15:33 Changeset [ea14592]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Better cross-referencing of the USE_THOUSAND_SEPARATOR setting in …
- 14:14 Ticket #14704 (USE_THOUSAND_SEPARATOR poorly documented) created by
- The USE_THOUSAND_SEPARATOR is poorly documented. It is not referenced …
- 11:39 Ticket #14703 (memcached.set_many() should not special case unicode data) created by
- memcached.set_many() tries to be "smart" by explicitly checking for …
- 11:29 Ticket #14702 (Add a "needs info" state to tickets) created by
- After a recent sprint a …
- 11:17 Ticket #14701 (Meta attributes from abstract class) created by
- […] When instantiating Student as s, […] The ordering …
- 10:16 DjangoResources edited by
- (diff)
- 09:15 Changeset [10fafed]stable/1.2.x by
- [1.2.X] Migrated model_inheritance_regress doctests. Thanks to Gregor …
- 09:14 Changeset [35dc7d60]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Migrated model_inheritance_regress doctests. Thanks to Gregor …
- 08:58 Ticket #14700 (Speed up RawQuerySet iterator) created by
-
Currently
RawQuerySet
uses a lot of cycles doing repeatedly the same … - 08:48 Changeset [587c66f7]stable/1.2.x by
- [1.2.X] Migrated forms (minus localflavor) doctests. A huge thanks to …
- 08:37 Ticket #14683 (FormWizard done() method doesn't get the last form in form_list) closed by
- duplicate: Duplicate of #14576
- 08:37 Ticket #14576 (Regression in FormWizard) closed by
- fixed: (In [14574]) Fixed #14576 - FormWizard.done() method doesn't get …
- 08:37 Changeset [b84838ae]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14576 - FormWizard.done() method doesn't get passed the last …
- 08:17 Ticket #14699 (FormWizard tests are scattered between two test modules) created by
- Tests for these classes are found in regressiontests/formwizard and in …
- 08:00 Changeset [b9e6db4a]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added info about using logging to the 'Error reporting' howto. …
- 07:33 Ticket #14698 (django.utils.module_loading.module_has_submodule yields false positives) created by
- The way I found this is a bit crazy, so I'm not going to describe it …
- 07:32 Changeset [3cbcce42]stable/1.2.x by
- [1.2.X] Corrected 'email' to 'e-mail' in error reporting docs. …
- 07:30 Changeset [165f13dc]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Corrected 'email' to 'e-mail' in error reporting docs. git-svn-id: …
- 07:20 Changeset [8bafde1]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Migrated forms (minus localflavor) doctests. A huge thanks to Daniel …
- 05:31 Ticket #14443 (Oracle backend returns wrong test database name) closed by
- wontfix: After learning a bit about how the Oracle backend handles the test …
- 04:58 OracleTestSetup edited by
- (diff)
- 03:55 Ticket #14697 (Speeding up queryset model instance creation) created by
- The attached patch does some easy optimizations to speed up iteration …
Note: See TracTimeline
for information about the timeline view.