Timeline
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 …
11/15/2010:
- 23:27 Ticket #14687 (Proxy model inheritance and DoesNotExist exception) closed by
- worksforme: I'm afraid I still don't see the problem (other than get_current …
- 22:47 OracleTestSetup edited by
- (diff)
- 20:43 Ticket #14566 (Multiple database issue v1.2.3 - Django reading the wrong database) closed by
- invalid: No response to emulbreh's query, as it looks like a bug in the user's …
- 20:36 Ticket #14622 (ValuesListQuerySet used with a foo__in filter breaks in SQL generation) closed by
- fixed: This was fixed by a previous commit, I added a test explicitly about …
- 20:36 Changeset [478a4e22]stable/1.2.x by
-
[1.2.X] Added a test for using an
__in
lookup with a … - 20:33 Changeset [8da8d6c5]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 test for using an
__in
lookup with a ValueListQueryset from … - 20:21 Changeset [bfab7522]stable/1.2.x by
- [1.2.X] Fixed #14696, corrected some messed up syntax in the docs. …
- 20:21 Ticket #14696 (Wrong code colouring) closed by
- fixed: (In [14566]) Fixed #14696, corrected some messed up syntax in the docs.
- 20:21 Changeset [e69bc743]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 #14696, corrected some messed up syntax in the docs. …
- 20:02 OracleTestSetup edited by
- (diff)
- 19:17 Ticket #14655 (formsets should be iterable) reopened by
- Although Pandres' comment is correct (i.e., there is already a way to …
- 19:05 Ticket #14696 (Wrong code colouring) created by
- The code examples for …
- 19:00 Ticket #14695 (Field's `name` kwarg gets paved over) created by
-
Field.set_attributes_from_name
should … - 18:09 DjangoJobs edited by
- Added open Django job advertisment (diff)
- 17:34 Ticket #14692 (Unclear mail error) closed by
- invalid: This doesn't appear to be a Django generated error. It looks to me …
- 16:16 Ticket #5273 ('None' value doesn't show up in related field filter) closed by
- duplicate: See #8528
- 15:56 Ticket #14694 (defer() doesn't work with reverse relations) created by
- It's impossible to defer REVERSED relation. I'm not able to reproduce …
- 10:08 Ticket #14693 (staticfiles app doesn't work with form media framework and 3rd party ...) created by
- As discussed with Russell and Carl on IRC (after quite some feedback …
- 10:03 Ticket #13720 (response_change does not consider _popup=1 when saving) closed by
- duplicate: Based on donatook last comment closed as a duplicate of #13165
- 09:45 Ticket #14692 (Unclear mail error) created by
- When my Django application send email - sometimes I receive this …
- 09:08 Ticket #14283 (AttributeError on admin detail page after r13708) closed by
- duplicate: Fixed in [14555], see also ticket #14670.
- 06:28 ThumbNails edited by
- Added my solution (diff)
- 05:58 Ticket #14691 (foreign key validate() fails for non-default databases) created by
-
to reproduce:
1. configure two databases:
default
andother
1. … - 04:36 Ticket #14690 ({% block %} defined in {% included %} page isn't 'repleacable') closed by
- duplicate: Looks like a duplicate of #12008.
- 03:42 Ticket #14690 ({% block %} defined in {% included %} page isn't 'repleacable') created by
- I moved part of template to external file that is included in base …
- 03:07 Ticket #14687 (Proxy model inheritance and DoesNotExist exception) reopened by
- Sorry, I did not test code, because I thought it does not work in all …
- 00:04 Ticket #14689 (AUTH_USER_PROFILE setting not parsed correctly.) closed by
- invalid: Nevermind, i figured out why this behavior is ok.
Note: See TracTimeline
for information about the timeline view.