Timeline
10/28/2008:
- 18:17 Ticket #9463 (Allow filtering on UserProfiles that are inline) created by
- I have a user profile associated with every user. For ease of use I …
- 15:03 Changeset [38d9b091]stable/1.0.x by
- [0.5.X] Fixed #9462 -- Set the instance in an inline formset correctly …
- 15:01 Ticket #9462 (inlineformsets without instances show objects with null foreign keys) closed by
- fixed: (In [9293]) Fixed #9462 -- Set the instance in an inline formset …
- 15:01 Changeset [524a44e2]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/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
- Fixed #9462 -- Set the instance in an inline formset correctly so that …
- 14:44 Ticket #9462 (inlineformsets without instances show objects with null foreign keys) created by
- Models: […] Failure without passing instance into PlayerFormSet: …
- 14:04 Changeset [84216ef]stable/1.0.x by
- [1.0.X] Fixed #8966 -- Changed is_safe for length_is filter to False, …
- 14:00 Changeset [20269346]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/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
- Fixed #8966 -- Changed is_safe for length_is filter to False, since …
- 14:00 Ticket #8966 ({% if "x"|length_is:n %} always evaluates True) closed by
- fixed: (In [9291]) Fixed #8966 -- Changed is_safe for length_is filter to …
- 13:53 Ticket #9461 (raw id fields for inherited models in inline intermediate models show ...) created by
- A raw id field targetting a model that inherits concretely from …
- 13:17 Version1.1Features edited by
- (diff)
- 13:06 Ticket #9460 (Template blocks for submit buttons in admin's change view) created by
- Having the submit buttons inside their own template blocks in …
- 11:30 Changeset [a8a07c2]stable/1.0.x by
- [1.0.X] Fixed #9039 take 2 -- Modified the new tests added in [9240] …
- 11:25 Changeset [98b1b079]stable/1.0.x by
- [1.0.X] blocked commit related to new feature from svnmerge.py …
- 11:19 Ticket #9039 (Form validation problem for model with ForeignKey having ...) closed by
- fixed: (In [9288]) Fixed #9039 take 2 -- Modified the new tests added in …
- 11:19 Changeset [34acd39e]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/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
- Fixed #9039 take 2 -- Modified the new tests added in [9239] so they …
- 09:57 GeoDjangoInstall edited by
- (diff)
- 09:41 Version1.1Features edited by
- (diff)
- 09:00 Ticket #9459 (forms.DateTimeField() rendered with HiddenInput looses microseconds) created by
- forms.DateTimeField() looses the microseconds if you render it with …
- 08:52 Ticket #3371 (Filter to get dict's value by key name (for the purpose of enabling ...) closed by
- wontfix: Reopening a ticket which has been closed by one of Django's lead …
- 08:45 Ticket #3371 (Filter to get dict's value by key name (for the purpose of enabling ...) reopened by
- Why is it out of scope? Implementation can be really simple: {{ def …
- 08:40 Ticket #8718 (validation TB when starting development server with oracle backend) closed by
- invalid: Django doesn't ship with a firebird backend, so the first place to go …
- 01:22 Ticket #8718 (validation TB when starting development server with oracle backend) reopened by
- The same problem when trying firebird through django: …
10/27/2008:
- 21:41 django_apache_and_mod_wsgi edited by
- we're not horses, so no need for troughs (diff)
- 20:09 Ticket #9458 (Mising step after adding __unicode__ methods to models; syncdb needs ...) closed by
- invalid: You don't need to run syncdb again. Syncdb is just for creating …
- 20:03 Ticket #9458 (Mising step after adding __unicode__ methods to models; syncdb needs ...) created by
- Hi Django-ers, Greetings from Dublin, Ireland. After adding the …
- 19:47 Changeset [9db7d53b]stable/1.0.x by
-
Fixed
MySQLGeoField
to create spatial indexes again. Backport of … - 19:39 Changeset [243dea4c]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/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
-
Fixed
MySQLGeoField
to create spatial indexes again. git-svn-id: … - 17:25 Ticket #9457 (ContextType in of limit_choices_to clause causing error during initial ...) created by
- I'm getting the following error (on an empty database): […] My …
- 14:58 Ticket #6407 (ModelChoiceField with widget=HiddenInput doesn't behave as expected) reopened by
- I'm reopening this ticket becaues there is still a problem, though not …
- 13:07 Version1.1Features edited by
- (diff)
- 13:04 Version1.1Features edited by
- (diff)
- 11:53 Ticket #9409 ("OperationalError: database is locked" with Python 2.6 multiprocessing ...) reopened by
-
OperationalError: database is locked
seems to imply the code is … - 09:55 Ticket #9302 (postgresql: currval of sequence is not yet defined in this session: fix) closed by
- invalid: This patch is actually invalid. The error happens when you try to …
- 03:13 Ticket #9456 (Extend with tag to support multiple bindings) created by
-
Attached is a patch that extends the
with
template tag in a …
10/26/2008:
- 22:59 GeoDjangoInstall edited by
- Point users to documentation at geodjango.org. (diff)
- 17:30 Changeset [e4ea2e12]stable/1.0.x by
-
Fixed #9448 --
Layer
objects now carry a reference to their parent … - 17:30 Ticket #9448 (segfault: django.contrib.gis.gdal.DataSource sub-objects not holding ...) closed by
-
fixed: (In [9285]) Fixed #9448 --
Layer
objects now carry a reference to … - 17:24 Changeset [0b6d214f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/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
-
Fixed #9448 --
Layer
objects now carry a reference to their parent … - 16:49 Ticket #9455 (Undefined local `error` in the LaxOptionParser._process_args method) created by
- Django 1.0, release version I encountered an undefined local …
- 16:10 Ticket #9454 (Typos and suggestions regarding the porting howto) created by
- There is a very useful documentation page describing how to quickly …
- 13:12 Changeset [3517f8a5]stable/1.0.x by
-
Fixed #9391 --
AdminSite
andModelAdmin
now exposed in … - 13:01 Ticket #9391 (Expose more admin objects in `django.contrib.gis.admin` for API consistency) closed by
-
fixed: (In [9282]) Fixed #9391 --
AdminSite
andModelAdmin
now exposed in … - 13:01 Changeset [cbeea83]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/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
-
Fixed #9391 --
AdminSite
andModelAdmin
now exposed in … - 10:56 Ticket #9453 (Can't reset djangoproject account password) created by
- I cant modify my password of the djangoproject account and i didn't …
- 10:43 Ticket #9452 (error in the docs: admin formset/form) created by
- here http://docs.djangoproject.com/en/dev/ref/contrib/admin/#id1 it …
- 10:00 Ticket #9451 (FileField does not work as expected) closed by
- worksforme: This ticket is too vague of a problem description to do anything …
- 09:52 Ticket #9451 (FileField does not work as expected) created by
- When following the instructions in documentation: …
- 09:34 Ticket #9450 (error import field in forms.py) closed by
- invalid: Your code has an error. Where you have: from django.forms improt …
- 09:21 Version1.1Features edited by
- Fixed typo. (diff)
- 09:14 Version1.1Features edited by
- Added #6362, hoping this will make it into 1.1 (diff)
- 09:12 Ticket #8571 (comment framework throws obscure exception in {% comment_form_target %}) closed by
- worksforme: This is not a bug in Django, it is a configuration issue. Ask for …
- 08:30 DjangoResources edited by
- added django-http-digest project (diff)
- 06:51 Ticket #9450 (error import field in forms.py) created by
- example code : from django.forms import forms TOPIC_CHOISES = …
- 04:57 Version1.1Features edited by
- Add ticket #3011 about extendable auth_user module (diff)
- 04:53 Ticket #8571 (comment framework throws obscure exception in {% comment_form_target %}) reopened by
- I have this problem too Please help: my setting file Installed …
- 04:38 django_apache_and_mod_wsgi edited by
- (diff)
10/25/2008:
- 22:23 Ticket #9445 (New contrib - django-install) closed by
-
invalid: Proposed
contrib
apps should exist, on their own, for a while and … - 22:10 Changeset [d2f6a84]stable/1.0.x by
- [1.0.X] Remove obsolete reference to "development version" in …
- 22:10 Changeset [0503442d]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/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
- Minor typo correction from [9279]. git-svn-id: …
- 22:09 Changeset [2d40c75a]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/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
- Remove obsolete reference to "development version" in autoescaping …
- 20:35 SplitSettings edited by
- reverting (diff)
- 20:19 SplitSettings edited by
- /* I got an error if the import is at the end of settings.py */ (diff)
- 14:27 Ticket #9449 (test runner repeatedly parsers fixtures) created by
- The django test runner calls loaddata for every test case which has …
- 14:16 Changeset [3784c7f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/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
-
Fixed
ogrinspect
management commannd -- no longer try to pass the … - 13:01 Ticket #9448 (segfault: django.contrib.gis.gdal.DataSource sub-objects not holding ...) created by
- GeoDjango is setting up its users for segfaults by not being careful …
- 01:35 Ticket #9447 (ifequal should be chainable(and,or)) created by
- The {% if %} tag supports and and or - it'd be handy if {% …
- 01:20 Ticket #9446 (Apparent discrepancy between online documentation and how the code ...) created by
- The online documentation for writing custom File Storage systems says …
Note: See TracTimeline
for information about the timeline view.