Timeline
12/12/2007:
- 22:18 Ticket #6199 (Avoid cache stampedes) created by
- From the patch: […] This is also similar to mnot's …
- 21:14 Changeset [4c59ca60]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Changed ModelForms to allow inheritance as long as their model …
- 20:48 BackwardsIncompatibleChanges edited by
- Added note about #6162. (diff)
- 20:48 Ticket #6162 (ModelForm.__init__() should match argument signature of "standard" forms) closed by
- fixed: (In [6915]) Fixed #6162. ModelForm's init signature now matches …
- 20:48 Changeset [e415eff]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #6162. ModelForm's init signature now matches Form's. This …
- 20:17 Ticket #6198 (MEDIA_URL setting requires trailing slash) created by
- If I use MEDIA_URL = 'http://localhost/djangomedia', django will give …
- 18:33 Ticket #1065 (Add a template tag that allows for partial caching of templates) closed by
- fixed: ZZ, this is new functionality, so belongs in a new ticket. Please open …
- 16:59 Ticket #3511 (use a MultipleObjectsReturned exception instead of assert statement in ...) closed by
- fixed: No, it shouldn't. It's not an assertion error (assertion errors are …
- 16:20 Ticket #1065 (Add a template tag that allows for partial caching of templates) reopened by
- Somehow the idea of having cache time spread all over the place seems …
- 15:48 Ticket #6197 (Please add formfield_callback arg to ...) created by
- I've run into a use case where I want to subclass the metaclass in …
- 13:22 Ticket #6196 (gis: typo in django/contrib/gis/utils/geoip.py which affects darwin ...) created by
-
Variable
platform
is mistyped when checking for Darwin … - 09:14 Ticket #6195 (Allow caching of the javascript translation library by the client browser) created by
- A i18 javascript is dynamically generated by django. The script is …
- 07:57 Ticket #6194 (Minor documentation update for HttpResponseNotModified class) created by
- For each HttpResponse subclass, the documentation specifies the …
- 06:53 Ticket #6193 (clean_* not working with modelform) created by
- Well, i tried to write some custom validation with model form using …
- 06:24 LittleEasyImprovements edited by
- Better link to active branches (diff)
- 03:57 Ticket #3511 (use a MultipleObjectsReturned exception instead of assert statement in ...) reopened by
- Shouldn't that exception inherit from AssertionError for backwards …
- 03:12 Ticket #6192 (url or reverse raise ViewDoesNotExists but fail to properly identify ...) created by
- Got an unexpected error while was working with admin part. On first …
- 01:35 Ticket #6189 (IntegrityError: Field "may not be NULL" even though blank=True) closed by
-
invalid: Use the
null
option as well. You are seeing documented …
12/11/2007:
- 23:37 Ticket #6191 (Admin delete view doesn't show all items in some circumstances) created by
- The admin delete view, which lists all of the objects to be deleted, …
- 23:16 Ticket #6190 (Part 3 Feedback urls.py) created by
- In the section of Part 3: Time for an example. "Edit mysite/urls.py …
- 23:06 BackwardsIncompatibleChanges edited by
-
noted
MultipleObjectsReturned
change (diff) - 22:40 Ticket #6189 (IntegrityError: Field "may not be NULL" even though blank=True) created by
- Despite adding "blank=True" to my fields, I am unable to save them …
- 21:05 Ticket #6187 (FOR with filters, like slice, would be oh so nice) closed by
- worksforme: Doesn't it already do this? Does for me anyway.
- 19:29 Ticket #6188 (Support for flexible URLs for complex feeds) created by
- If I have this in my URL configuration: […] ...I can't access my …
- 18:05 Ticket #6187 (FOR with filters, like slice, would be oh so nice) created by
- This would be handy to be able to do: […] I think it would require …
- 13:04 Ticket #6186 (New signal needed - post_create) closed by
- invalid: You can already do this (from …
- 12:25 Ticket #6186 (New signal needed - post_create) created by
- Well, i was thinking, if there is a post_delete signal, why not a …
- 11:56 Ticket #6185 (FreeComment model breaks in admin) created by
- Traceback follows […]
- 11:54 Ticket #5864 (min_length CharField does not check against required=False in ...) closed by
- invalid: This appears to fixed since it was reported. It was confirmed by the …
- 11:44 Ticket #6184 (encoding conversion breaks floating-point placeholders in raw ...) created by
- SVN revision 6903 rejects queries using floating-point values and …
- 10:33 Ticket #6183 ([patch] Support help_text with ManyToMany field widgets) created by
- Currently the help_text for ManyToMany fields is not showed in the …
- 10:05 Ticket #6178 (ModelForm too many restrictions.) closed by
-
invalid: You can already get the data out of a
ModelForm
without saving a … - 10:03 Ticket #4529 (Allow multiple blocks with the same name in one template) closed by
- wontfix: Marking wontfix since it's gone several months with no real activity.
- 09:34 Ticket #6182 (python-markdown2 support in markup) created by
- This is a patch to allow the usage of the …
- 07:51 Ticket #6181 (Document `django.views.decorators.http`) created by
- This module contains several useful decorators, but as far as I can …
- 07:35 Ticket #6180 (DateQuerySet fails with LIMIT (on psycopg2)) created by
- [http://www.djangoproject.com/documentation/db-api/#dates-field-kind-or …
- 04:57 Ticket #3440 (DateQuerySet.iterator not iterable if empty) reopened by
- This ticket has been marked as duplicate, but it's not. EmptyQuerySet …
- 03:44 Ticket #6179 (small grammar fix) created by
- Someone forgot an indefinite article when changing title to plural in …
- 03:39 Ticket #6178 (ModelForm too many restrictions.) created by
- Originally, I used form_for_model for form generation from model and …
- 00:55 Ticket #6151 (Inconsistent formatting in "formatfloat" docs.) closed by
- fixed: (In [6913]) Fixed #6151 -- Added some code formatting to the …
- 00:55 Changeset [f9410dc4]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #6151 -- Added some code formatting to the
floatformat
… - 00:38 Ticket #6174 (AnonymousUser.is_active should be False) closed by
- fixed: Committed in [6912].
- 00:37 Changeset [a4478ee9]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #6174 -- Made
AnonymousUser.is_active
False instead of True …
12/10/2007:
- 23:58 Ticket #6177 (Only managers have a none() method (not Querysets)) created by
-
For compatibility with
QuerySet
. […] - 23:49 Changeset [a944613b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 style fixes. git-svn-id: …
- 23:40 Ticket #2259 (Primary keys should be readonly by default in admin) reopened by
- This bug still exists. Whether we allow updating PK's or not, the …
- 23:39 Changeset [58b2374b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 copy-and-paste view of error page to not indent the first line …
- 23:38 Changeset [3e360fc]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 imports to adhere to django coding style. git-svn-id: …
- 23:22 Ticket #6158 (pythonpath not displayed in debug output) closed by
- fixed: (In [6908]) Fixed #6158 -- Display PYTHONPATH on the debug error page. …
- 23:22 Changeset [c39d6e89]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #6158 -- Display PYTHONPATH on the debug error page. Thanks, …
- 22:55 Ticket #6176 (TABLE "auth_user_user_permissions" name puzzled) closed by
- invalid: That's just the way Django generates names for tables by default. …
- 22:44 Ticket #6164 (form generation sample code in docs prints label twice) closed by
-
fixed: (In [6907]) Fixed #6164 --
field.label_tag
already displays the … - 22:44 Changeset [8540731]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #6164 --
field.label_tag
already displays the label so don't … - 20:44 Ticket #6107 (updated catalan translation) closed by
- fixed: (In [6906]) Fixed #6107 -- Updated Catalan translation from Marc Fargas.
- 20:44 Changeset [5adfae30]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #6107 -- Updated Catalan translation from Marc Fargas. …
- 20:29 DevelopersForHire edited by
- Updated my location (diff)
- 20:22 Changeset [ed5eca59]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 ORA-01461 error when trying to store more than 4000 bytes in a …
- 20:21 DjangoResources edited by
- (diff)
- 19:26 Ticket #6176 (TABLE "auth_user_user_permissions" name puzzled) created by
- database TABLE "auth_user_user_permissions" name lets me feel …
- 19:21 Ticket #6131 (Commit [6887] broke locmem (default) cache) closed by
- fixed: Fixed in [6904].
- 19:20 Changeset [f425cb8]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Fixe #6131 -- Fixed a problem with expired keys in the locmem cache. …
- 19:03 Ticket #6175 (become_daemon should use os._exit instead of sys.exit) created by
- django.utils.daemonize.become_daemon forks then uses sys.exit(0) …
- 18:52 Ticket #6165 (request.get_host() should be request.host) closed by
- wontfix: I don't think this is worth changing at the moment. There is a fair …
- 18:27 Ticket #6171 (incorrect/missing documentation for order_by in database api) closed by
- wontfix: It's a given that to order by a related field, the two models have to …
- 18:04 Ticket #6174 (AnonymousUser.is_active should be False) created by
- Discussion: …
- 13:48 Ticket #6173 (Cache middleware should cache HEAD requests) created by
- When conditional get middleware was responsible for HEAD request, the …
- 11:01 DevelopersForHire edited by
- added myself (diff)
- 10:04 Ticket #6172 (Disabling Django Exception System) created by
- I'm getting mails and comments on my blog if there are ways to get the …
- 07:47 Ticket #6171 (incorrect/missing documentation for order_by in database api) created by
- The documentation for order_by in the database api reads the …
- 04:06 Tutorials edited by
- Added Growl notification tutorial (diff)
- 02:25 Ticket #6170 (Reverse urlresolver raises obscure exceptions on failure) created by
-
Related to ticket #2977.
When
reverse
fails to reverse a … - 02:08 Ticket #5912 (Models not enforcing required fields) closed by
- invalid: If it's working at the level of forms -- e.g., in the admin -- then …
12/09/2007:
- 22:56 Ticket #6169 (QueryDicts should be picklable - BackwardsIncompatibleChange?) created by
- In an earlier trunk release (circa six months ago) it seems QueryDicts …
- 22:31 Ticket #6168 (Cannot run invalid_models tests individually from runtests.py) created by
- There is a small bug in runtests.py which prevents the invalid_models …
- 22:27 AJAX edited by
- (diff)
- 22:26 AJAX edited by
- (diff)
- 21:28 Ticket #6167 (Flat pages do not honour APPEND_SLASH) created by
- Flat pages do not append a slash if they were defined as /page/ and …
- 17:48 Ticket #6166 (Templates autoescape / inheritance example broken) created by
- On the following page: …
- 14:12 Ticket #6165 (request.get_host() should be request.host) created by
- Looking the HttpRequest class, I see all properties has plain name …
- 11:58 Ticket #6164 (form generation sample code in docs prints label twice) created by
- in this part of the docs: …
- 11:21 GeoDjangoModelAPI edited by
-
updated to reflect deprecation of
index
keyword (which is now … (diff) - 06:24 Ticket #6163 ("manage.py help runfcgi" doesn't show default values for some parameters) created by
- […] doesn't show default values for maxspare, minspare, …
- 04:35 Ticket #6154 (Q objects don't work properly when using spanned relationships) reopened by
- Sorry for reopening it, but it still doesn't work properly in the …
- 04:18 Changeset [90093e79]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #6147 -- Typo fix (that amazingly didn't stop the code working) …
- 04:18 Ticket #6147 (Typo in db/__init__.py::_import_database_module()) closed by
- fixed: (In [6903]) Fixed #6147 -- Typo fix (that amazingly didn't stop the …
- 04:10 Ticket #6154 (Q objects don't work properly when using spanned relationships) closed by
- duplicate: This is #2080, which has now been fixed on the queryset-refactor …
- 03:42 Ticket #6156 (Boolean field should force checking, but it is not.) closed by
- duplicate: Duplicate of #5957.
- 02:52 Ticket #3425 (admin with edit_inline deleting data) closed by
- invalid: Closing ticket since this might not be a problem with newforms-admin. …
- 02:10 Changeset [b3c01b3]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Tweaked the custom field documentation so that people reading about …
- 01:44 Ticket #3358 (select_related() should work with ValuesQuerySets) closed by
- duplicate: This is essentially a duplicate of #5768, although the title of this …
- 01:12 Changeset [5ed205bc]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs …
- 01:12 Ticket #3906 (Generic Relation query generates incorrect SQL) closed by
- fixed: (In [6900]) Fixed #3906 -- Fixed the reverse_m2m_name for a generic …
- 00:07 Ticket #6140 (Test runner does not test apps that do not have model files) closed by
- duplicate: Duplicate of #3310.
- 00:01 Ticket #6152 (django.db.models.Field.to_python not called by QuerySet) closed by
- invalid: There's no bug here. Your custom field subclass is required to handle …
Note: See TracTimeline
for information about the timeline view.