Timeline
11/22/2012:
- 21:58 Ticket #19347 (Irrelevant line of code in django/middleware/cache.py) created by
- This is minor, but could potentially be misleading. Line 129 of …
- 17:02 Ticket #19346 (typo in documentation) closed by
- fixed: In c13912ac7f8d5af6e0d3091d627981c005f08130: […]
- 17:02 Changeset [918d020]stable/1.5.x by
- [1.5.X] Fixed #19346 - Typo in docs/ref/contrib/gis/install/index.txt …
- 17:01 Changeset [c13912ac]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19346 - Typo in docs/ref/contrib/gis/install/index.txt
- 16:37 Ticket #19346 (typo in documentation) created by
- In section "Add Google projection to spatial_ref_sys table" of …
- 16:16 Changeset [072b9d0]stable/1.5.x by
- [1.5.X] Spell checked 1.5 alpha release notes Backport of e94f8babc2 …
- 16:16 Changeset [e94f8bab]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Spell checked 1.5 alpha release notes
- 15:29 Changeset [eabb4441]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- changed if statement to a slightly cleaner/less confusing variant
- 15:10 Changeset [42fa51c]stable/1.5.x by
- [1.5.X] Fixed #18974 - Warned against using models.permalink Thanks …
- 15:10 Ticket #18974 (Warn against using models.permalink) closed by
- fixed: In 0e3690d2309e64ce7b7ae4938d41544c25f29870: […]
- 15:08 Changeset [0e3690d2]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18974 - Warned against using models.permalink Thanks dstufft …
- 14:02 Ticket #18984 (TransactionTestCase._fixture_teardown locks under mysql) closed by
- fixed: In b9f9bc9a170430901fae188c375076f9b2cac784: […]
- 14:02 Ticket #18984 (TransactionTestCase._fixture_teardown locks under mysql) closed by
- fixed: In 891c5306242760c8bb494412b9f8f86762664427: […]
- 14:01 Ticket #16039 (syncdb with --database option fails) closed by
- fixed: In 9bd67f056c6d1697d81841e3e21661069f57b14e: […]
- 13:56 Changeset [b9f9bc9a]stable/1.5.x by
- [1.5.x] Fixed #18984 -- Avoided a deadlock in test teardown. Thanks …
- 13:55 Changeset [891c5306]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18984 -- Avoided a deadlock in test teardown. Thanks Jeremy …
- 13:54 Changeset [9bd67f05]stable/1.5.x by
- [1.5.x] Fixed #16039 -- Made post_syncdb handlers multi-db aware. …
- 13:53 Changeset [a026e48]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16039 -- Made post_syncdb handlers multi-db aware. Also …
- 13:16 Ticket #19345 (ContentType.objects.get_for_model shouldn't create missing content types) created by
- This behavior is very unexpected, given the name of the method. In …
- 13:14 Changeset [12cf9d2b]stable/1.5.x by
- [1.5.x] Fixed #19316 -- Set View args/kwargs/request before dispatch …
- 13:13 Ticket #19316 (Set args, kwargs & request before dispatch) closed by
- fixed: In ea6b95dbec77371d517392ffb465017b8eb7001c: […]
- 13:13 Changeset [ea6b95db]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19316 -- Set View args/kwargs/request before dispatch
- 10:22 Ticket #19334 (Caching the current Site object into cache backend) closed by
- duplicate
- 10:22 Ticket #19334 (Caching the current Site object into cache backend) reopened by
- This should more properly be closed as a dupe of #15894. Nobody there …
- 09:37 Changeset [84dc6afa]stable/1.5.x by
- [1.5.X] Documented behavior of get_or_create when multiple objects are …
- 09:36 Changeset [71a3162a]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Documented behavior of get_or_create when multiple objects are …
- 09:21 Ticket #19344 (Tutorial should tell Windows users to run 'python django-admin.py') created by
- On Windows, when running Django with virtualenv, users need to be told …
- 08:50 Ticket #19056 (Admin password change page relies on user.username) closed by
- fixed: In 9e11253497d7592964e311d007ac5ba28ca22808: […]
- 08:50 Changeset [9e112534]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #511 from ryankask/username-password-admin Allowed …
- 08:08 Changeset [6354653]stable/1.5.x by
- [1.5.X] Clarified usage of as_view kwargs for setting arguments on …
- 08:08 Ticket #19343 (TransactionTestCase + TEST_MIRROR + multi_db = deadlock) created by
- This ticket is split from …
- 08:07 Changeset [7b2d95eb]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Clarified usage of as_view kwargs for setting arguments on class based …
- 07:50 Changeset [9ee9a726]stable/1.4.x by
- [1.4.X] Fixed #19317 - Added an image for warning blocks in the docs …
- 07:47 Changeset [74e22f97]stable/1.5.x by
- [1.5.X] Fixed #19317 - Added an image for warning blocks in the docs …
- 07:17 Ticket #18830 (FormWizard with Formset and Form Fields mixed on same page) reopened by
- 06:50 Ticket #19342 (Mention the docs improvements in the 1.5 release notes) created by
- Dozens of documentation tickets have been closed over the last weeks, …
- 06:38 Ticket #18879 (FilteredSelectMultiple loses data) reopened by
- It looks like this was accidentally closed :)
- 05:46 Ticket #18912 (ModelForm doesn't handle unique checks for parent models.) closed by
- worksforme: I was unable to reproduce this issue - for me the form correctly …
- 05:35 Ticket #19317 (Make warning blocks distinguishable) closed by
- fixed: In 3587991ba8d223fe9fe4d54a094b82dbc9c27bc2: […]
- 05:34 Changeset [3587991]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19317 - Added an image for warning blocks in the docs Thanks …
- 05:28 Ticket #18879 (FilteredSelectMultiple loses data) closed by
- fixed: I can see how this could happen. The problem is caused because the …
- 05:19 Ticket #19245 (Form Wizard does not support all steps being conditionally skipped at ...) closed by
- needsinfo: Thanks for the report, but it's a bit difficult to work out what …
- 05:11 Ticket #19285 (Allow to redirect user back in Form wizard) closed by
- duplicate: Actually, marking this as a duplicate of #19189.
- 05:07 Ticket #19175 (contrib/admin giving duplicate option in select box for unique ...) closed by
- wontfix: I believe this bug is a feature request for a widget who's choices …
- 05:07 Ticket #18830 (FormWizard with Formset and Form Fields mixed on same page) closed by
- fixed: I'm going to mark this as accepted, but with a slightly broader scope …
- 04:47 Ticket #19222 (Clarify that custom managers don't apply to intermediate joins) closed by
- needsinfo: Attempted to reproduce this, but require more info on model relationships.
- 04:21 Ticket #19340 (django.forms.Field is not thread-safe) closed by
- invalid: I'm not convinced this is a problem in practice. The creation counter …
- 04:18 Ticket #19334 (Caching the current Site object into cache backend) closed by
- wontfix: As Aymeric points out, there's no guarantee that a cache backend is …
- 03:05 Ticket #19325 (Make E-Mail Connection Overridable in AdminEmailHandler) closed by
- fixed: In f9891f20872e2a468c4910a968c5e2fae75d0e51: […]
- 03:05 Changeset [3fb8372]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge branch 'ticket_19325' of https://github.com/hannesstruss/django …
- 02:42 Ticket #19341 (inspectdb BooleanField instead of NullBooleanField where Null=True) created by
- Where db field is bool and null=True, inspectdb outputs: <fieldname> …
- 02:23 Ticket #19340 (django.forms.Field is not thread-safe) created by
- django.forms.Field has the 'creation_counter' attribute which is …
- 02:20 Ticket #19339 (Spatial Query in geodjango) closed by
- needsinfo: Without more details about your model and a traceback, we won't be …
- 02:15 Ticket #19338 (custom sql hook dir) closed by
- duplicate: Your description is rather sparse, but I suppose this is a duplicate …
- 01:59 Ticket #19337 (Authentication backend iteration should not rely on TypeError for detection) closed by
- duplicate: Yes, this is a valid concern, but it is already reported in #18171.
- 00:08 Changeset [19710955]stable/1.4.x by
- [1.4.x] Added examples of using startproject/app with URLs thanks to …
- 00:08 Changeset [6d85f12]stable/1.5.x by
- [1.5.x] Added examples of using startproject/app with URLs thanks to …
- 00:06 Changeset [d80d05fc]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added examples of using startproject/app with URLs thanks to Brent …
- 00:00 Ticket #19339 (Spatial Query in geodjango) created by
- I am newbie in using geodjango, I need to check whether a point is …
11/21/2012:
- 23:17 Ticket #19338 (custom sql hook dir) created by
- The hook for custom sql data looks more exactly in the model folder of …
- 19:17 Ticket #19337 (Authentication backend iteration should not rely on TypeError for detection) created by
- [https://github.com/django/django/blob/1.5a1/django/contrib/auth/__init …
- 18:32 Changeset [18744160]stable/1.5.x by
- [1.5.X] Fixed #19243 - Edited GeoDjango Tutorial for consistency and …
- 18:32 Ticket #19243 (Edit GeoDjango Tutorial for consistency and style.) closed by
- fixed: In 8e5573e99abd5351dfbd6de1214662ecf7f6c9ba: […]
- 18:31 Changeset [8e5573e9]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19243 - Edited GeoDjango Tutorial for consistency and style.
- 18:07 Changeset [6d130710]stable/1.5.x by
- [1.5.X] Fixed #19335 - Typo and cleanups in …
- 18:07 Ticket #19335 (Minor mistake in documentation) closed by
- fixed: In e2b18081968d1dd931c95669451852fdd34f28ef: […]
- 18:06 Changeset [e2b18081]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19335 - Typo and cleanups in docs/topics/class-based-views/index.txt
- 12:22 Ticket #19336 (AttributeError when using GeoValuesListQuerySet as a subquery) closed by
- duplicate: Seems a duplicate of #14483
- 12:07 Ticket #19336 (AttributeError when using GeoValuesListQuerySet as a subquery) created by
- At some point the compiler tries to compare the PostGIS adapter …
- 11:29 Ticket #19335 (Minor mistake in documentation) created by
- Here : https://docs.djangoproject.com/en/dev/topics/class-based-views/ …
- 10:27 Ticket #19334 (Caching the current Site object into cache backend) created by
- As it is described …
- 09:38 Ticket #19333 (Collect static copies a .py file) created by
- When you run a collectstatic the file compress.py gets copied to the …
- 06:53 Ticket #19332 (Tutorial 4 - error) closed by
- worksforme: You may be mixing versions of the tutorial. …
- 03:20 Changeset [49484b5]stable/1.5.x by
-
[1.5.x] Fixed #18920 -- Added
.gitattributes
to normalize line … - 03:19 Ticket #18920 (Regresssiontests.template tests fail on windows due to expected '\n') closed by
- fixed: In 978d4476cf1956fe91a2a6b3b5d2157005560c33: […]
- 03:19 Changeset [978d447]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #18920 -- Added
.gitattributes
to normalize line endings in … - 02:54 Changeset [699a674]stable/1.5.x by
- [1.5.x] Modified a staticfiles test to use a unicode character that …
- 02:52 Changeset [693b8a65]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Modified a staticfiles test to use a unicode character that has just …
- 02:06 Changeset [b781354]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated assertions in pagination test assertEquals is a deprecated …
- 02:04 Ticket #19332 (Tutorial 4 - error) created by
- In Tutorial 4 - Use generic views: Less code is better: Add that you …
11/20/2012:
- 21:50 Ticket #7005 (add orphans support for object_list pagination) closed by
- fixed: In 48e8b5e9446f5f9a0667fccbb0ecbd987a27078b: […]
- 21:50 Changeset [48e8b5e]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Add orphans support to MultipleObjectMixin Fixes #7005
- 20:19 Changeset [fbfa654a]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Paginator._get_page hook This allows for Paginator subclasses to …
- 18:52 Changeset [1220f22b]stable/1.5.x by
- [1.5.x] Fixed #19331 (again) use the right admin named URL. This …
- 18:05 Changeset [8fdb282]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19331 (again) use the right admin named URL. This allows us to …
- 17:48 Ticket #19077 (UserAdmin.add_view should handle USERNAME_FIELD on custom User models) closed by
- fixed: This has been reported as part of the reopen of #19056.
- 17:18 Changeset [9003d6fe]stable/1.4.x by
- [1.4.x] Corrected docs about default value of MESSAGE_STORAGE …
- 17:06 Changeset [aab701f1]stable/1.5.x by
- [1.5.x] Corrected docs about default value of MESSAGE_STORAGE …
- 17:00 Changeset [a32f30c7]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Corrected docs about default value of MESSAGE_STORAGE
- 12:59 Ticket #19077 (UserAdmin.add_view should handle USERNAME_FIELD on custom User models) reopened by
-
This patch missed one use of
username
-- on line 136 of … - 12:21 Changeset [e15df5b6]stable/1.5.x by
- [1.5.x] Fixed #19331 -- Added missing trailing slash in auth admin …
- 12:20 Ticket #19331 (Missing trailing slashes in admin template breadcrumbs cause redirects) closed by
- fixed: In 8c21c53c8b7325afb38c94764a57d1f095c88b41: […]
- 12:19 Changeset [8c21c53c]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19331 -- Added missing trailing slash in auth admin template …
- 08:40 Ticket #19331 (Missing trailing slashes in admin template breadcrumbs cause redirects) created by
- In the admin templates, there are some trailing slashes missing since …
- 04:23 Changeset [f9891f2]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19325 - Made email backend of AdminEmailHandler configurable
- 04:03 Changeset [e56c8d7e]stable/1.5.x by
- [1.5.X] Fixed typo in django.template.defaulttags Backport of …
- 04:02 Changeset [6cb4233]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #544 from strongriley/master Fixed typo in …
- 02:36 Sprints edited by
- (diff)
- 02:35 PastSprints edited by
- (diff)
- 01:52 Ticket #19330 (change model instance with unique_together using modelform) closed by
- needsinfo: I'm afraid we have not enough information in the ticket description to …
- 01:29 Ticket #19328 (bug in code) closed by
- invalid: See #19013 (and many others...)
11/19/2012:
- 22:55 Ticket #19330 (change model instance with unique_together using modelform) created by
- I have Problem on changing a model with modelform and instance model …
- 22:05 Ticket #19329 (code broken) closed by
- invalid
- 22:01 Ticket #19329 (code broken) created by
- The following code from Tutorial 3 produces a type error ('str' object …
- 20:49 Ticket #19328 (bug in code) created by
- when running through this tutorial i ran into an issue at the top of …
- 19:52 Ticket #19327 (Admin doesn't handle double login attempts) created by
- When sending login form on admin site when user is already logged in, …
- 19:31 Changeset [d179794c]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix typo in comment
- 18:06 Ticket #18658 (Better support for exceptions / error messages in custom admin actions) closed by
- fixed: In edf7ad36faab8d45aafe1f96feaf46794de22fc1: […]
- 18:03 Changeset [3a0e023]stable/1.5.x by
- [1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user API Thanks …
- 18:03 Changeset [edf7ad36]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18658 -- Improved ModelAdmin.message_user API Thanks to Lowe …
- 17:46 Changeset [5b6db35]stable/1.5.x by
- [1.5.X] Fixed typo in docs/ref/models/querysets.txt Backport of …
- 17:45 Changeset [8b659e43]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #536 from 1st/patch-1 Fixed typo in …
- 17:44 Changeset [27ecabf7]stable/1.5.x by
- [1.5.X] Fixed typo in docs/releases/1.5.txt Backport of 3bdb2ca560 …
- 17:44 Changeset [c559c3c]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #537 from 1st/patch-2 Fixed typo in …
- 15:37 Ticket #19326 (Add a first method to the QuerySet) created by
- Many times, get() is being used inside a try except Model.DoesNotExist …
- 12:14 Ticket #19325 (Make E-Mail Connection Overridable in AdminEmailHandler) created by
- Users might want to use a different email backend for error logging …
- 11:07 Ticket #19314 (JavaScript for Widget in added inline) closed by
- duplicate: Yes, this is exactly #15760.
- 09:33 DjangoResources edited by
- Reverted to version 352 (spammer) (diff)
- 07:46 Ticket #19056 (Admin password change page relies on user.username) reopened by
- 07:39 Ticket #19324 (invalid session keys cause unnecessary empty records in django_session ...) created by
- db session store calls self.create when no record is found for the …
- 04:02 Ticket #19323 (Add django.contrib.redirects setting for turning redirect on/off.) created by
- At the moment django.contrib.redirects doesn't allow to disable …
- 03:37 Ticket #19322 (Django Import CSV) closed by
- invalid: Please see TicketClosingReasons/UseSupportChannels.
- 03:35 Ticket #19322 (Django Import CSV) created by
- I would like to import a CSV to another, eg. upload the csv to model …
- 03:32 Ticket #19321 (Add django.contrib.redirects setting for redirect status.) created by
- At the moment django.contrib.redirects redirects only with status …
Note: See TracTimeline
for information about the timeline view.