Timeline
04/06/2008:
- 22:03 Ticket #6968 (misleading error message when base template has no blocks) closed by
- duplicate: Duplicate of #6558.
- 22:02 Ticket #6975 (Feature request: allow blocks to appear more than once) closed by
- duplicate: Duplicate of #4529. Please search the tracker for existing issues …
- 22:00 Ticket #6974 (Re: #6966: It's impossible to specify input_formats for DateTimeFields ...) closed by
- invalid: Who says you have to repeat it for each and every field? It'd be …
- 18:16 Ticket #6979 (TIME_ZONE Docs Make Reference to Manual Configuration But Not Present) created by
- In the Django Settings docs under the …
- 18:07 Ticket #6978 (Checkboxes are weird in inline forms) created by
- Checkboxes are set off from their labels in inline forms. The …
- 16:55 Ticket #6976 (should check has_add_permission(), not has_change_permission(), in ...) closed by
- invalid: Meant to assign this to newforms-admin.
- 16:55 Ticket #6977 (should check has_add_permission(), not has_change_permission(), in ...) created by
- django/contrib/auth/admin.py:UserAdmin:add_view(): The first thing …
- 16:55 Ticket #6976 (should check has_add_permission(), not has_change_permission(), in ...) created by
- django/contrib/auth/admin.py:UserAdmin:add_view(): The first thing …
- 16:28 MultiHostMiddleware edited by
- Put python formatting (diff)
- 16:00 Ticket #6975 (Feature request: allow blocks to appear more than once) created by
- Wouldn't it be nice if a template accepted multiple appearances of a …
- 14:45 Ticket #6974 (Re: #6966: It's impossible to specify input_formats for DateTimeFields ...) created by
- Well. Sorry to open a new ticket for this, but it seems you don't want …
- 09:34 DjangoGraphviz edited by
- (diff)
- 08:57 Ticket #6966 (It's impossible to specify input_formats for DateTimeFields in ModelForms) closed by
-
invalid: Overriding the input format of a
DateField
works the same way as …
04/05/2008:
- 22:00 Ticket #6973 (Feature Request: Sort methods/sortable attributes for USStateField, etc) created by
- In addition to validating state abbreviations, it would be nice to be …
- 16:34 Ticket #6972 (Cheese shop entry for django is broken) created by
- still broken […] As for the solution in …
- 14:57 Ticket #6971 (Undocumented behaviour in django.template.Template ?) created by
- When you import and run Template from django template on a string …
- 13:02 MultiHostMiddleware created by
- 11:16 DjangoSpecifications/Core/Threading edited by
- (diff)
- 11:15 DjangoSpecifications/Core/Threading edited by
- (diff)
- 11:01 Ticket #6970 (misleading error message if get_or_create not provided with defaults) created by
- If get_or_create is given arguments that would necessitate a create …
- 10:58 Ticket #6969 (More usable views in syndication app) created by
- Currently the only available view in the contrib.syndication views …
- 10:47 Ticket #6968 (misleading error message when base template has no blocks) created by
- If one extends a template that has no blocks, the error shown is a …
- 08:12 Ticket #6967 (ModelForms doesn't validate CHOICES) created by
- A ModelForm with a CharField, that has CHOICES set, presents to the …
- 07:28 Ticket #6966 (It's impossible to specify input_formats for DateTimeFields in ModelForms) created by
- Trying to create a ModelForm with localized DateTime input. There is …
- 06:27 DjangoSpecifications/Contrib/Sessions edited by
- (diff)
- 05:29 DjangoSpecifications/Core/Threading edited by
- (diff)
- 05:29 DjangoSpecifications/Core/Threading edited by
- (diff)
04/04/2008:
- 21:59 Changeset [7fbea577]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 #6942 -- A few small updates to the Simplified Chinese …
- 21:59 Ticket #6942 (Update to Simplified Chinese translation ( zh_CN )) closed by
- fixed: (In [7403]) Fixed #6942 -- A few small updates to the Simplified …
- 21:53 Changeset [435d1d33]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 #6936 -- Updated Bulgarian translation. Thanks, Jordan Dimov and …
- 21:53 Ticket #6936 (Update to Bulgarian translation) closed by
- fixed: (In [7402]) Fixed #6936 -- Updated Bulgarian translation. Thanks, …
- 21:50 Ticket #6720 (Update to Bulgarian translation) closed by
- duplicate: Closing in favour of #6936.
- 21:50 Ticket #6910 (Localization for Brazilian Portuguese (pt_BR) updated) closed by
- fixed: (In [7401]) Fixed #6910 -- Updated Brazilian Portugese translation …
- 21:50 Changeset [42ba4281]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 #6910 -- Updated Brazilian Portugese translation from Guilherme …
- 19:59 Ticket #6965 (urlize should be faster) created by
- Running the urlize or urlizetrunc filter on some text that is very …
- 15:28 Ticket #6964 (FileInput._has_changed not implemented) created by
- In working on tests for #6117 I have discovered that …
- 15:18 Ticket #6963 (Logout link broken in admin page) closed by
- duplicate: Duplicate of #1516.
- 13:41 Ticket #6963 (Logout link broken in admin page) created by
- I have my site situated on a testing server, on 192.168.0.15, running …
- 11:13 Ticket #6962 (admin/doc pages aren't handled by admin.site.root) created by
- newforms-admin branch page says to convert to newforms-admin change …
- 10:50 Ticket #6961 (loaddata fails if models directory instead of models.py) created by
- If the models for an app have been split into multiple files within a …
- 09:47 Ticket #6960 (PositiveSmallInteger comes with unicode value from admin) created by
- If i save this model from admin, the type_x field comes as unicode. …
- 09:31 Ticket #6959 (Correction on Portuguese Translation of Weekdays) created by
- The standard weekdays in brazilian portuguese has a hyphen between the …
- 09:00 Ticket #6958 (Some tests of newforms-admin depend on settings.LANGUAGE_CODE) created by
- […] ----- Is it ok to add these lines before tests dependent on …
- 08:58 DjangoSpecifications edited by
- (diff)
- 08:55 DjangoSpecifications edited by
- (diff)
- 08:53 DjangoSpecifications/Core/Threading edited by
- (diff)
- 08:04 DjangoSpecifications edited by
- Highlighted the fact that this page isn't official in any way. (diff)
- 07:22 DjangoSpecifications/Contrib/Sessions edited by
- (diff)
- 07:20 DjangoSpecifications/Contrib/Sessions edited by
- (diff)
- 07:17 DjangoSpecifications/Contrib/Sessions edited by
- (diff)
- 07:15 DjangoSpecifications/Contrib/Sessions edited by
- (diff)
- 07:14 DjangoSpecifications/Contrib/Sessions edited by
- (diff)
- 07:12 DjangoSpecifications/Contrib/Sessions edited by
- (diff)
- 07:11 DjangoSpecifications/Contrib/Sessions created by
- 05:53 Ticket #6957 (Old API in admin) created by
- django/contrib/admin/views/main.py uses QuerySet._select_related …
- 05:48 DjangoSpecifications/Core/Threading edited by
- (diff)
- 05:47 Ticket #6956 (Subqueries don't use custom queryset) created by
- All classes in django/db/models/sql/subqueries.py subclass directly …
- 05:30 DjangoSpecifications edited by
- (diff)
- 05:30 DjangoSpecifications edited by
- (diff)
- 05:29 DjangoSpecifications/Core/Threading edited by
- (diff)
- 04:30 DjangoSpecifications/Core/Threading created by
- 04:11 DjangoSpecifications edited by
- (diff)
- 03:47 DjangoSpecifications edited by
- (diff)
- 00:20 Ticket #6955 (Unicode XML breaks RelaxNGCompact validator) created by
- In Django, the RelaxNGCompact validator writes out the field data to a …
04/03/2008:
- 19:43 Changeset [659a14bf]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 #6917 (patch 1 of 3) -- Fixing typos in catalan translation …
- 16:55 Ticket #6954 (PostgreSQL version test is fragile) created by
- On source:django/trunk/django/db/backends/postgresql/operations.py, …
- 15:11 Ticket #6952 (Internationalization of strings in a database) closed by
- invalid: I'm closing this as invalid as this is the (horribly :) ) wrong way of …
- 13:16 Ticket #6953 (ModelForm as_FOO output places form fields for ManyToMany fields at ...) created by
- I have a ModelForm based on a model with two ManyToMany fields. …
- 12:31 Ticket #6952 (Internationalization of strings in a database) created by
- Hi Django-Team, While building up my website I worried aubout …
- 10:54 DevelopersForHire edited by
- (diff)
- 10:54 DevelopersForHire edited by
- (diff)
- 10:36 DjangoJobs edited by
- (diff)
- 09:39 NewformsHOWTO edited by
- Remvoed question about the model's repr as it doesn't do that anymore (diff)
- 09:37 NewformsHOWTO edited by
- Updated docs on adding custom js or css (diff)
- 06:17 XML-RPC edited by
- Testing XML-RPC views (diff)
- 06:03 Ticket #6951 (edit_inline lazy translation fails in history log.) created by
- When using edit_inline and object uses a lazy translation for model …
- 04:28 Ticket #6950 (django.template.loader is not thread-safe) created by
- In multithreaded environment, the django.template.loader is not …
Note: See TracTimeline
for information about the timeline view.