Timeline
08/10/2009:
- 21:12 Ticket #11689 (Template tag to support combining form media from multiple forms) created by
- I suggest that a template tag be added that has the ability to combine …
- 19:58 Ticket #11685 (enable scheme and tablespace support for postgressql) closed by
- duplicate: Duplicate of #6148. Please search the archive before opening new tickets.
- 19:53 Ticket #11688 (verbose_name should allow dynamical translation based on a number) created by
-
verbose_name
of meta data for models should allow dynamical … - 19:49 Ticket #11687 (The 'add' template filter only works for integers, and can fail noisily) created by
- The 'add' template tag attempts to convert both arguments to ints …
- 19:34 Ticket #11686 (Support for gettext's contexts) created by
- For languages where translations change based on context (like number, …
- 19:32 Ticket #11685 (enable scheme and tablespace support for postgressql) created by
- subj
- 18:25 Ticket #11684 (dismissAddAnotherPopup fails with XHTML) created by
- dismissAddAnotherPopup looks at an element's .nodeName …
- 18:19 Ticket #9185 (blocktrans auto escape peculiarity) closed by
- fixed: It looks like this ticket was a duplicate of #10369, and it was fixed …
- 18:03 Ticket #11683 (response_add assumes DEFAULT_CONTENT_TYPE is text/html for ...) created by
- When creating an object via a pop-up, response_add() returns a short …
- 14:59 Ticket #11682 ([soc2009/admin-ui] index can be 0 causing saving model with inlines to fail) created by
- In forms/models.py r11400 […] 'index' can be zero and therefore …
- 14:22 Ticket #11681 (HTML validation failure in admin/change_form.html because of errorlist ul) created by
- The admin app's change form fails to validate if there are model …
- 14:21 Ticket #11680 (add references to EMAIL* settings when discussing error notifications) created by
- it might be nice to add a sentence saying that EMAIL_HOST, …
- 14:07 DjangoJobs edited by
- (diff)
- 13:10 Ticket #11679 (FormWizard: security_hash() has issues with Safari leaving in \r\n) created by
- In v1.0.3: The latest Safari is passing in \r\n within the text …
- 12:50 Ticket #11678 (ValueError when passing an extra parameter in URL) closed by
- duplicate: #3785 is already open for this general problem.
- 12:42 Ticket #10034 (FormWizard has a security_hash check failure with Textareas with ...) closed by
- fixed: Replying to al@webreply.com: > In v1.0: This fix doesn't …
- 12:34 Ticket #11678 (ValueError when passing an extra parameter in URL) created by
- Django.contrib.admin produces a ValueError when passing an extra …
- 12:28 DjangoResources edited by
- Added django-imagekit (diff)
- 11:49 Ticket #10034 (FormWizard has a security_hash check failure with Textareas with ...) reopened by
- In v1.0: This fix doesn't work; The latest Safari is not only passing …
- 08:52 Ticket #11676 (Allow '.' for username) closed by
- duplicate: Duplicate of #5786 (and many other tickets). Your patch is wrong: …
- 07:58 Ticket #11677 (PostGIS DB creation SQL not found on Fedora-based installs.) created by
- Django looks for lwpostgis.sql and spatial_ref_sys.sql in "`pg_config …
- 07:31 AppEngine edited by
- Use direct # link instead of absolute URL (diff)
- 06:47 AppEngine edited by
- reworked how key_name is handled (diff)
- 06:39 Ticket #11676 (Allow '.' for username) created by
- This patch allows users to use '.' in their usernames.
- 03:24 Ticket #11675 (Support new memcached wrapper pylibmc) created by
- pylibmc is a python wrapper …
08/09/2009:
- 23:05 Ticket #11674 (documentation clarifications on ModelForms & ModelFormsets Meta fields) created by
- Based on discussion from this thread: …
- 12:00 ServerArrangements edited by
- (diff)
- 11:57 ServerArrangements edited by
- (diff)
- 10:44 Changeset [e6e96d8]soc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.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
- Fix the expressions modeltest to work on Pythons earlier than 2.5. …
- 09:49 Ticket #11655 (--indent and --format in the manage.py docs is misleading) closed by
- worksforme: I don't understand. Per the discussion of "options argument" in the …
- 04:21 Ticket #11672 (using forms.DateField or forms.DateTimeField causes validation error ...) closed by
- invalid: Use must use DateTimeField with DateTimeInput or SplitDateTimeField …
- 00:55 Ticket #11673 (submitting an empty forms.DateTimeField fails even with models null ...) closed by
- duplicate: Closing as a dupe of #11672 since I reformatted that one. Please …
- 00:52 Ticket #11673 (submitting an empty forms.DateTimeField fails even with models null ...) created by
- If you have a model like: […] and a modelform like: […] …
- 00:13 Ticket #11672 (using forms.DateField or forms.DateTimeField causes validation error ...) created by
- If you have a model like: […] and a modelform like: […] …
08/08/2009:
- 18:16 Ticket #11449 (Performance regression loading from fixtures in 1.1 & trunk) reopened by
- @alex - There was a discussion on Django-users; the reporter just …
- 17:33 Ticket #11671 (Aggregations add extra values to ValuesQuerySets :: another usecase) created by
- Looking at #10132 I see a similar complaint, however, in this case... …
- 16:51 Ticket #11670 (Model fields named 'year', 'month', 'gt', 'lt' etc. get mistaken for ...) created by
- Using a field named 'year' in a related table: […] Throws a type …
- 16:32 Ticket #11669 (Hand in HandField) closed by
- invalid: The current text is correct, please use the django-users mailing list …
- 16:31 Ticket #11669 (Hand in HandField) created by
- I *think* this is an error, tho I'm not sure, it's caused me confusion …
- 15:40 Ticket #11179 (inspectdb should guess related_name on foreign keys) closed by
- wontfix: Django gives a clear error message here, there's no sense in making …
- 15:37 Ticket #11277 (Hidden fields in Inlines are displayed as empty rows) closed by
- worksforme: No new information after 2 months, closing as worksforme.
- 15:30 Ticket #11363 (empty help_text gives some django var) closed by
- invalid: That's what gettext does for an empty string, if you dont' want that …
- 15:26 Ticket #11389 (contrib.auth.login should allow to replace AuthenticationForm) closed by
- duplicate: This ticket is a dulicate.
- 15:19 Ticket #11426 (Minor syntactic inconsistency in templates builtins documentation) closed by
- invalid: Closing as invalid since, as Russ points out, the issue is that markup …
- 15:16 Ticket #11449 (Performance regression loading from fixtures in 1.1 & trunk) closed by
- worksforme: It's been a month with no new information, closing as worksforme.
- 15:15 Ticket #11465 (Broken representation of nonexisting objects for raw_id_fields) closed by
- duplicate: Duplicate of another ticket that reports this exact same thing (and …
- 15:05 Ticket #11564 ([feature request] admin inlines enhancements) closed by
- invalid: I'm going to close this as invalid, as this should properly be 5 …
- 12:10 Ticket #11668 (Problem with url pattern in comments) closed by
- duplicate: Dupe of #10927.
- 10:03 Ticket #11668 (Problem with url pattern in comments) created by
- Recurrently I get error messages like this: …
- 06:57 Ticket #11667 (Full traceback if import error before model validation) created by
- I had an import loop in a app model. If i call the management command …
- 06:04 Ticket #6231 (SelectDateWidget: field order as a result of DATE_FORMAT) reopened by
- Last commit shouldn't close the ticket, but Ref it. Reopening.
- 03:27 Ticket #11666 (Fixed an incorrect Dutch translation) created by
- The word "Go" was still translated as "Zoek" (Search) but is now only …
08/07/2009:
- 22:52 Ticket #11648 (translation.get_language() should remove sublanguage code if it is not ...) closed by
- duplicate: Dupe of #9340.
- 22:33 Ticket #11664 (Invalid SQL is generated as part of the aggregation unit tests) closed by
- invalid: I've printed out the SQL from every single call in those functions and …
- 22:07 Ticket #11608 (Django version in documentation should be 1.1) closed by
- fixed: Fixed in r11413
- 21:56 Changeset [34b4d1e]soc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.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 the version number in the docs to reflect Djagno 1.1 is …
- 21:34 Ticket #11665 (django.test.TestCase should flush constraints) created by
- In Postgresql, constraints are set DEFERRABLE INITIALLY DEFERRED. …
- 20:10 Ticket #11664 (Invalid SQL is generated as part of the aggregation unit tests) created by
- The following Django 1.1 unit tests seem to generate invalid SQL: …
- 19:34 Ticket #4339 (Override an existing file, using Model.save_FIELD_file method,) closed by
- duplicate: Since the original issue is very out of date after filesystem …
- 19:30 Ticket #11663 (Delete orphaned replaced files) created by
-
When using a model instance with a
FileField
(or subclass), you can … - 18:52 Ticket #6231 (SelectDateWidget: field order as a result of DATE_FORMAT) closed by
- fixed: (In [11412]) [soc2009/i18n] Fixed #6231. SelectDateWidget uses …
- 18:33 Ticket #11662 (Filtered Queryset update() on a Proxy Model updates all records) created by
- Here's my models: […] When I run: {{{ …
- 14:22 Version1.2Features edited by
- (diff)
- 11:12 Ticket #11661 (database backup) closed by
- invalid: Please ask usage questions on django-users or #django channel.
- 11:09 Ticket #11661 (database backup) created by
- we are using django for our student information system. and mysql is …
- 10:21 Ticket #11660 (mod_python handler does not set inbound content-type correctly) created by
- The mod_python handler does not set the inbound content-type properly …
- 09:12 Ticket #11659 (Minor typo in 1.1 release notes) created by
- The word "saved" is repeated under "Names of uploaded files are …
- 07:12 Ticket #11657 (Displaying Data from database(MySql)) closed by
- invalid: It's not a forum ! You can report bugs here, not asking questions. …
- 03:52 Ticket #11658 (mysql backend doesn't define a max_name_length()) created by
- MySql has a limit on the length of table, constaint, etc. names …
- 02:24 Ticket #11656 (JavaScript code in django default server) closed by
- invalid: please use the mailing list for questions.
- 02:22 Ticket #11657 (Displaying Data from database(MySql)) created by
- I am new in using Django and I want to display multiple rows from the …
- 02:11 Ticket #11656 (JavaScript code in django default server) created by
- Hello I am using django's default server. I have created web …
- 01:39 Version1.2Features edited by
- (diff)
- 01:39 Version1.2Features edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.