Timeline
08/01/2010:
- 19:21 Ticket #14043 (Incorrect and/or confusing behaviour with nullable OneToOneField) created by
- Attempting to "null" out a nullable OneToOneField before deleting the …
- 17:03 DevelopersForHire edited by
- (diff)
07/31/2010:
- 23:47 Ticket #14042 (DATE_FORMAT and DATETIME_FORMAT are ignored) closed by
- duplicate: Isn't this #13702?
- 19:12 Ticket #14042 (DATE_FORMAT and DATETIME_FORMAT are ignored) created by
- This is the same bug that was reported in #2203, however #2203 was …
- 18:24 Ticket #14041 (Templates in function calls for sitemap) created by
- It would be nice to provide a 'template' variable for sitemap …
- 09:56 Ticket #14040 (Python syntax errors in module loading propagate up) created by
- When template tags trigger the importing of modules with syntax …
- 08:05 Ticket #14036 (foreignKey doesn't work properly in admin - last current svn revision ...) closed by
- invalid: There is not enough information here to recreate the problem (and I …
- 07:26 Ticket #14034 (admin inline formset with "extra" ignores last line when saving) closed by
- worksforme: I can't recreate the behavior you describe. First, with extra=2 and no …
- 04:06 InitdScriptForLinux edited by
- (diff)
07/30/2010:
- 20:33 Ticket #14039 (FileField special-casing breaks MultiValueField including a FileField) created by
- There are a couple places where FileField is special-cased using {{{ …
- 19:24 Ticket #14038 (1.2 Release notes don't mention new template loader classes) created by
- As of 1.2, template loaders like …
- 14:50 Ticket #14037 (models.DateField don't serialize JSON) created by
- When serializing records with DateField(auto_now=True), the serialized …
- 11:10 Ticket #14036 (foreignKey doesn't work properly in admin - last current svn revision ...) created by
- Trying to save an item in the admin that has a simple foreignKey I …
- 10:43 Ticket #14035 (Cannot access POST after request.encoding was set to a custom value) created by
- Issue happens for multipart/form-data and WSGi handler. […] This …
- 10:39 DjangoResources edited by
- Added django-environments link to Development environment section (diff)
- 09:25 Ticket #14034 (admin inline formset with "extra" ignores last line when saving) created by
- I defined my inline admin model such this: […] In the web page, I …
- 08:40 CompositePrimaryKeyModelNotes edited by
- (diff)
- 08:40 CompositePrimaryKeyModelNotes edited by
- (diff)
- 08:40 CompositePrimaryKeyModelNotes created by
- 08:33 CompositePrimaryKeyDesignNotes edited by
- (diff)
- 07:42 Ticket #14033 (versionadded, versionchanged directives don't insert xref link with ...) created by
- It works correctly with Sphinx 0.6.x. Refs. #13616 and #14005, this …
- 05:28 Ticket #14032 (CSRF cookie value is marked as safe and inserted in the HTML unchecked) created by
- The value of the CSRF Cookie is inserted, unescaped, in the HTML. …
- 03:43 Ticket #14031 (NewPasswordForm) created by
- I'd like to see a small change in the django.contrib.auth.forms …
- 01:23 Ticket #13975 (Long names are generated differently in Django 1.1 and Django 1.2, ...) closed by
- fixed: You sure didn't make this easy. * The line endings in all the files …
- 01:04 Ticket #14030 (Use F() objects in aggregates(), annotates() and values()) created by
- Hello, Would it be possible to be able to use F() objects in …
07/29/2010:
- 23:16 Ticket #13740 (can_delete on InlineModelAdmin is undocumented) closed by
- fixed: (In [13459]) [1.2.X] Fixed #13740 -- Added documentation for the …
- 23:16 Changeset [38813c4b]stable/1.2.x by
- [1.2.X] Fixed #13740 -- Added documentation for the can_delete …
- 23:15 Changeset [88f2f0b3]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 #13740 -- Added documentation for the can_delete …
- 23:07 Changeset [dc449e96]stable/1.2.x by
- [1.2.X] Fixed #13882 -- Removed an unnecessary nested where clause …
- 23:06 Ticket #13882 (exclude on nullable fields uses an overly complex internal representation) closed by
- fixed: (In [13456]) Fixed #13882 -- Removed an unnecessary nested where …
- 23:06 Changeset [c4e766c1]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 #13882 -- Removed an unnecessary nested where clause introduced …
- 22:49 Changeset [de81c551]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 related_name to a test model to avoid a name clash in the full …
- 21:59 Changeset [c61811a]stable/1.2.x by
- [1.2.X] Fixed #13730 -- Removed the hard-coding of the requirement …
- 21:58 Changeset [3227cc5]stable/1.2.x by
- [1.2.X] Fixed #13773 -- Passed in the current connection in a call to …
- 21:55 Ticket #13730 (Allow db_index=False for ForeignKey) closed by
- fixed: (In [13452]) Fixed #13730 -- Removed the hard-coding of the …
- 21:55 Changeset [8b73acdf]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 #13730 -- Removed the hard-coding of the requirement that …
- 21:54 Changeset [f185a580]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 #13773 -- Passed in the current connection in a call to …
- 21:54 Ticket #13773 (model field's db_type() called without connection arg in pg creation.py) closed by
- fixed: (In [13451]) Fixed #13773 -- Passed in the current connection in a …
- 21:43 Ticket #13821 (Tests don't pass on python2.4 and 2.5 on postgresql) closed by
- fixed: (In [13450]) Fixed #13821 -- Added a double-quoting to the PostgreSQL …
- 21:43 Changeset [398415fc]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 #13821 -- Added a double-quoting to the PostgreSQL sequence …
- 21:42 Changeset [bab9aab9]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 #13941 -- Corrected the way sequence names are reset under …
- 21:42 Ticket #13941 (importing fixtures to postgres fails to set sequences correctly) closed by
- fixed: (In [13449]) Fixed #13941 -- Corrected the way sequence names are …
- 20:29 Ticket #14029 (not operator on F objects silently fails) created by
- [On behalf of Matías Bellone aka toote that got his submission …
- 17:35 gedit edited by
- (diff)
- 15:36 Ticket #14028 (setting db_column to same value as another column should not validate) created by
- Consider having a model […] This does not raise any validation …
- 15:30 Ticket #14024 (Application freezes on access to request.POST under ...) closed by
- duplicate: Problem sounds the same as #12522, though proposed fixes are different.
- 13:52 Ticket #14027 (reverse(None) returns an unnamed URL, instead of raising an exception) created by
- If your project has an unnamed URL reverse(None) returns the last one, …
- 09:54 Ticket #14026 (Setting for TRANSACTION_LEVEL on db backends) created by
- For DB backends, there should be a TRANSACTION_LEVEL settings.py …
- 08:19 Ticket #14025 (Flush command not fully supporting multi database support) created by
- Flush has not been reworked with multi database Story: If one use …
- 07:54 Ticket #14024 (Application freezes on access to request.POST under ...) created by
- ==How to reproduce== 1. manage.py runserver 2. send POST using …[…]
- 04:33 Ticket #14023 (Better example for the custom form template) created by
- The example in the docs [1] could show non_field_errors too.
- 04:26 Ticket #14022 (context_processors debug() Fails with no DB Backend) created by
- If no database backend is defined the debug() function of …
- 03:58 Ticket #14021 (GZipMiddleware is incompatible with iterator-style HttpResponse objects) closed by
- duplicate: Sorry, looks like I filed a duplicate. I didn't missed #7581 in my …
- 03:54 Ticket #14021 (GZipMiddleware is incompatible with iterator-style HttpResponse objects) created by
- An HttpResponse object that has been initialised with an iterator can …
- 00:50 DjangoJobs edited by
- Django Job in Dubai (diff)
Note: See TracTimeline
for information about the timeline view.