Timeline
04/30/2014:
- 19:22 Ticket #22550 (QuerySet last() and reverse() confusing when used with ordered slices) created by
- I ran all tests below with MySQL backend. Given the following model: …
- 17:35 Changeset [e5941ba5]stable/1.7.x by
- [1.7.x] flake8 fixes. Backport of 45c2d1f5d9 from master.
- 17:33 Changeset [45c2d1f5]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- flake8 fixes.
- 17:26 Changeset [c1692fa2]stable/1.6.x by
- [1.6.x] Fixed #22547 -- Added some links to tutorial 2. Thanks bjb at …
- 17:25 Changeset [3cd1db91]stable/1.7.x by
- [1.7.x] Fixed #22547 -- Added some links to tutorial 2. Thanks bjb at …
- 17:25 Ticket #22547 (tutorial02 - customize the admin change list - need link to reference docs) closed by
- fixed: In b0d032f9fc3627144fa355158675b6acacab1f23: […]
- 17:22 Changeset [b0d032f9]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22547 -- Added some links to tutorial 2. Thanks bjb at …
- 17:12 Changeset [6ca5367]stable/1.7.x by
- [1.7.x] Cleanup failing test w/contenttypes and remove useless graph load
- 17:11 Changeset [e049c88]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Cleanup failing test w/contenttypes and remove useless graph load
- 17:02 Ticket #22546 (tutorial02 difficult English for non-native speakers) closed by
- fixed: In 927245ccd8de111338d72d8f5e9172f33a991826: […]
- 17:02 Changeset [2a0f942c]stable/1.6.x by
- [1.6.x] Fixed #22546 -- Removed idioms in tutorial 2. Thanks bjb at …
- 17:02 Changeset [c0d5521]stable/1.7.x by
- [1.7.x] Fixed #22546 -- Removed idioms in tutorial 2. Thanks bjb at …
- 17:01 Changeset [927245c]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22546 -- Removed idioms in tutorial 2. Thanks bjb at …
- 15:01 Ticket #22549 (DateTimeField raises timezone awareness related RuntimeWarnings when ...) created by
- I've experienced some issues with wrong RuntimeWarnings about naive …
- 14:26 Changeset [35c2a14a]stable/1.7.x by
- [1.7.x] Fixed #22485: Include all unmigrated apps in project state by …
- 14:26 Ticket #22485 (makemigrations fails with dependencies to unmigrated apps) closed by
- fixed: In 8f6dff372b174e772920de6d82bd085f1a74eaf2: […]
- 14:25 Changeset [8f6dff37]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22485: Include all unmigrated apps in project state by default.
- 13:26 Changeset [a6ecd5d]stable/1.7.x by
-
[1.7.x] Fixed #19195 -- Allow explicit ordering by a relation
_id
… - 13:24 Ticket #19195 (Using distinct([*fields]) filter on a foreign key produces an ordering ...) closed by
- fixed: In 24ec9538b7ca400f68ba08fab380445ca95d7c02: […]
- 13:23 Changeset [24ec953]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #19195 -- Allow explicit ordering by a relation
_id
field. … - 12:39 Ticket #22519 (PDF for version 1.7 leads to a 404) closed by
- fixed: From ericholscher in #readthedocs: "I think we hacked the old verisons …
- 12:37 Ticket #22548 (some forms in contrib.auth.forms don't use `get_user_model`) closed by
- duplicate: Duplicate of #19353
- 12:32 Ticket #22548 (some forms in contrib.auth.forms don't use `get_user_model`) created by
-
some forms
django.contrib.auth.forms
are hardcoded to use the user … - 12:18 Ticket #22506 (SSL cert for *.djangoproject.com expires 5/3/14) closed by
- fixed: We've updated the djangoproject.com server as well as …
- 11:44 Ticket #22547 (tutorial02 - customize the admin change list - need link to reference docs) created by
- The last paragraph in this section hints that the number of items per …
- 11:40 Ticket #22546 (tutorial02 difficult English for non-native speakers) created by
-
In section
Customize the admin change list
… - 11:38 Ticket #22545 (Ticket spam catcher doesn't validate me as human (and does arithmetic ...) closed by
- duplicate: Duplicate of #22067
- 11:37 Tickets #18192,21055 batch updated by
- fixed: In a5f6cbce07b5f3ab48d931e3fd1883c757fb9b45: […]
- 11:36 Changeset [a5f6cbce]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Refactored DjangoTranslation class Also fixes #18192 and #21055.
- 11:33 Ticket #22545 (Ticket spam catcher doesn't validate me as human (and does arithmetic ...) created by
- The captcha spam catcher thing told me I'm not human when I gave "0" …
- 09:55 Changeset [1084456a]stable/1.7.x by
- [1.7.x] Fixed #22474 -- Made migration recorder aware of multiple …
- 09:55 Ticket #22474 (Bad migration detection in multiple database setup) closed by
- fixed: In 7c54f8cced37313572d72f59bd2ef7ce12aa8fe1: […]
- 09:53 Changeset [7c54f8cc]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22474 -- Made migration recorder aware of multiple databases …
- 08:13 TranslatingDocumentation edited by
- Updated step 2 (now automated) (diff)
- 06:57 Changeset [bb5c7e4]stable/1.7.x by
- [1.7.x] Fixed #22537 -- Add tests and improved docs for field subclass …
- 06:57 Ticket #22537 (Misleading documentation on choices for a model field) closed by
- fixed: In 7fd1b35ed794e7d0a2a18f6ac168adba25a7de23: […]
- 06:56 Changeset [7fd1b35e]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22537 -- Add tests and improved docs for field subclass with …
- 06:38 Ticket #22442 (app1.MyModel: (models.E005) The field 'id' from parent model ...) closed by
- fixed: In 8ec388a69da13a8a5cf82604a26abe13be7dd1cb: […]
- 06:38 Changeset [6d4df45e]stable/1.7.x by
- [1.7.x] Fixed #22442 -- Provided additional documentation regarding id …
- 06:36 Changeset [8ec388a6]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22442 -- Provided additional documentation regarding id fields …
- 06:27 Changeset [a2cac1b6]stable/1.7.x by
- [1.7.x] Removed unused import. Backport of d9c272b22f from master
- 06:23 Changeset [d9c272b]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed unused import.
- 06:20 Changeset [72493b1]stable/1.7.x by
- [1.7.x] Fixed #22511 -- Added args to migrations management commands. …
- 06:20 Ticket #22511 (Usage help of makemigrations command missing argument for app) closed by
- fixed: In 83413c53d20859eaa2f1ffe73d119c9be6f74787: […]
- 06:19 Ticket #22544 (Error happened when I use LiveServerTestCase to test static file) closed by
-
invalid: It looks like you need to set
settings.STATIC_ROOT
to avoid that … - 06:15 Changeset [83413c5]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22511 -- Added args to migrations management commands.
- 01:21 Ticket #22544 (Error happened when I use LiveServerTestCase to test static file) created by
- I know I should use StaticLiveServerCase to test static file, and when …
04/29/2014:
- 18:07 Ticket #22427 (_session_cache of SessionBase affected by database session engine save) closed by
- needsinfo: I am going to close this as needsinfo for now as I am not sure we'll …
- 18:02 Ticket #22396 (Admin AllValuesFieldListFilter not respecting ModelAdmin.get_queryset) closed by
-
needsinfo: The proposed patch breaks some
admin_view
tests. Please reopen if … - 17:36 Ticket #22520 (CircularDependencyError when there's a foreign key to a model with ...) closed by
- duplicate: It seems like it's probably a duplicate of #22325.
- 17:20 Ticket #22542 (Migrations introduce circular dependency on custom user model) closed by
- duplicate: Duplicate of #22325
- 17:13 Ticket #22543 (Add pre_update and post_update signal for querysets) closed by
- duplicate: Hi @bendavis78, this feature is discussed at #21461.
- 16:41 Ticket #22543 (Add pre_update and post_update signal for querysets) created by
- One use case for this would be cache coherence. For example, let's say …
- 14:27 Ticket #22542 (Migrations introduce circular dependency on custom user model) created by
- It appears that a custom user model which inherits from another model …
- 13:04 Ticket #22438 (Slow INNER JOIN in MySQL can be fixed in Django ORM, but should it?) closed by
- wontfix: I'm not sure, but I found http://stackoverflow.com/a/516720 which …
- 12:30 Ticket #22370 (Mysql TimeZone problems) closed by
- duplicate: I can reproduce the test failure of …
- 10:13 Ticket #22541 (Missing space character in Dutch translation) closed by
- invalid: Hi pdewacht, you'll need to …
- 10:10 Ticket #19272 (gettext_lazy returns "unexpected type") closed by
- fixed: Please don't re-open a ticket that has been closed and fixed (the …
- 09:55 Changeset [cda5745]stable/1.7.x by
- [1.7.x] Fixed #22447 -- Make sure custom model bases can be migrated. …
- 09:55 Changeset [f02f20a7]stable/1.7.x by
-
[1.7.x] Use the new implementation of
six.with_metaclass
. No more … - 08:44 Ticket #22447 (Migrations have bases=(NewBase,) for models with custom metaclass) closed by
- fixed: In 390f888745803a2f6c75c5a22402daf1221f8e29: […]
- 08:43 Changeset [390f8887]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22447 -- Make sure custom model bases can be migrated. Thanks …
- 08:43 Changeset [a2340ac]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Use the new implementation of
six.with_metaclass
. No moreNewBase
… - 08:41 Ticket #22541 (Missing space character in Dutch translation) created by
- In the Dutch translation …
- 08:20 Ticket #22540 (.save() called in multiple "creation" queryset functions) created by
-
Both
create()
and_create_object_from_params()
(which is obviously … - 06:23 Ticket #21743 (formset prefix attribute and formset empty form "__prefix__" don't ...) closed by
- wontfix: The inconsistency is too bad, but I don't think we can make the change …
- 05:52 Changeset [62bbfba3]stable/1.7.x by
- [1.7.x] Removed bogus, ineffective 'U' flag from codecs.open() call. …
- 05:46 Changeset [2df72385]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed bogus, ineffective 'U' flag from codecs.open() call.
- 04:48 Ticket #22539 (Model.full_clean() mutates exclude argument) created by
-
If model.full_clean() gets a list argument for
exclude
, and after … - 02:59 Ticket #22538 (Support for HTML5 Date and Time input fields) closed by
- duplicate
- 02:54 Ticket #22538 (Support for HTML5 Date and Time input fields) created by
- By default, the input_type of fields of type DateInput, DateTimeInput, …
- 01:34 Changeset [f6e9127]stable/1.6.x by
- [1.6.x] Fixed #22523 -- Clarified pytz requirement. Thanks z for the …
- 01:34 Changeset [95c5e244]stable/1.7.x by
- [1.7.x] Fixed #22523 -- Clarified pytz requirement. Thanks z for the …
- 01:33 Ticket #22523 (Clarify pytz requirement for time zone support) closed by
- fixed: In 0fb7570c5cc89e6a8adaa5052574de29ccf6adde: […]
- 01:33 Changeset [0fb7570]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22523 -- Clarified pytz requirement. Thanks z for the report …
- 00:07 Ticket #22537 (Misleading documentation on choices for a model field) created by
- The [https://docs.djangoproject.com/en/dev/ref/models/fields/#choices …
04/28/2014:
- 19:38 Changeset [2997a200]stable/1.6.x by
- [1.6.x] Added stub release notes for 1.6.5. Backport of 650065f0ef …
- 19:38 Changeset [997648d8]stable/1.7.x by
- [1.7.x] Added stub release notes for 1.6.5. Backport of 650065f0ef …
- 19:38 Changeset [650065f0]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added stub release notes for 1.6.5.
- 19:22 Ticket #22277 (migrations: a migration that depends on itself causing) closed by
- duplicate: Closing as duplicate per previous comment.
- 19:17 Ticket #22535 (Lookup failed for model referenced by field accounts.User.groups) closed by
- duplicate: Looks like it's probably a duplicate of #22485.
- 18:53 Ticket #22403 (Add AMD support for django javascript object) closed by
- wontfix: I noticed that the debug toolbar has …
- 18:29 Ticket #22354 (ModelForm has_changed on ChoiceFields reports always True if an ...) closed by
-
invalid: #21792 is for documenting
ModelForm.has_changed()
. - 18:23 Ticket #22525 (syncdb should allow "y" or "n" when asking to create a user) closed by
- wontfix: Thanks for the suggestion, but there are other places where yes/no are …
- 18:07 Changeset [e1812617]stable/1.4.x by
- [1.4.x] Added dates to release notes of today's release. Backport of …
- 18:07 Changeset [73136a88]stable/1.5.x by
- [1.5.x] Added dates to release notes of today's release. Backport of …
- 18:07 Changeset [6574e6c1]stable/1.6.x by
- [1.6.x] Added dates to release notes of today's release. Backport of …
- 18:07 Changeset [a72069f]stable/1.7.x by
- [1.7.x] Added dates to release notes of today's release. Backport of …
- 18:06 Changeset [68d26405]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added dates to release notes of today's release.
- 18:03 Changeset [48a4729]stable/1.4.x by
- [1.4.x] Post release version bump.
- 18:01 Changeset [ce6c665f]stable/1.5.x by
- [1.5.x] Post release version bump.
- 17:59 Changeset [6265885c]stable/1.6.x by
- [1.6.x] Post release version bump.
- 17:49 Changeset [1d20693f]stable/1.7.x by
- [1.7.x] Revert "Fixed #15179 -- middlewares not applied for test …
- 17:45 Ticket #15179 (django.test.client.Client.login fake HttpRequest is not run through ...) closed by
- fixed: In aabceadd7d7a61468b0dc7dc9d560a770abae0cf: […]
- 17:41 Changeset [aabcead]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Revert "Fixed #15179 -- middlewares not applied for test client …
- 15:46 Changeset [edca5781]stable/1.7.x1.7b3 by
- [1.7.x] Bump version number for 1.7 beta 3 bugfix release.
- 15:45 Ticket #22536 (Exceptions using date-based generic views with MySQL, USE_TZ=True and ...) created by
- I ran into a non-obvious exception while using the date-based generic …
- 15:39 Changeset [4a6b911f]stable/1.6.x1.6.4 by
- [1.6.x] Bump version for 1.6.4 bugfix release.
- 15:34 Changeset [c47324b2]stable/1.5.x1.5.7 by
- [1.5.x] Update version numbers for 1.5.7 bugfix release.
- 15:28 Changeset [b1b680c8]stable/1.4.x1.4.12 by
- [1.4.x] Bump version numbers for 1.4.12 bugfix release.
- 13:13 Ticket #22535 (Lookup failed for model referenced by field accounts.User.groups) created by
- […] Printed self.apps._pending_lookups […] Printed dangling …
- 12:37 Ticket #17802 (Pass the request down to the Sitemap callable) closed by
- duplicate: If this ticket will be obsoleted by #15089, then I guess we can close …
- 11:43 Ticket #22254 (Testing documentation doesn't make it clear that django.setup() needs ...) closed by
- fixed: In 26b03f25265227498a2559af807918fe2a1d246f: […]
- 11:43 Changeset [305ab000]stable/1.7.x by
- [1.7.x] Fixed #22254 -- Noted the requirement of calling …
- 11:43 Changeset [26b03f2]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22254 -- Noted the requirement of calling django.setup() when …
- 10:21 Changeset [c73d8c41]stable/1.7.x by
- [1.7.x] Fix a typo in logging.txt Backport of dd3f3e4e89 from master
- 10:21 Changeset [d2e732cd]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #2613 from azalea/patch-2 Fix a typo in logging.txt
- 09:41 Ticket #22529 (Paginator: Get page number using object unique attributes) closed by
- needsinfo: Sorry, I'm having trouble understanding this suggestion. Could you …
- 09:20 Ticket #22524 (New assertion assertQuerysetNotEqual) closed by
- wontfix: Ok, well absent some argument for why adding this assertion will help …
- 09:05 Changeset [dd3f3e4]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix a typo in logging.txt
- 07:47 Ticket #22468 (ImportError: No module named '_markerlib') closed by
- invalid: I don't think this a problem with Django. The above install works for …
- 07:38 Ticket #22528 (Filter by month not working) closed by
- needsinfo: [https://docs.djangoproject.com/en/dev/releases/1.6/#time-zone-aware-da …
- 07:29 Ticket #22523 (Clarify pytz requirement for time zone support) closed by
- needsinfo: I wasn't able to reproduce this. A full traceback would be helpful. I …
- 07:20 Ticket #22497 (Documentation should highlight the different between field and class ...) closed by
- fixed: In b829d53b37946d5e3148e2c51ae7ec41f470b756: […]
- 07:20 Changeset [63ae243a]stable/1.7.x by
- [1.7.x] Fixed #22497 -- Highlighted difference between field and class …
- 07:18 Changeset [b829d53]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22497 -- Highlighted difference between field and class …
- 07:01 Ticket #22512 (Adding auto_now field to model causes migrate exception) closed by
- duplicate: I confirmed this has been fixed. I am not sure about the issue of …
- 06:55 Ticket #22534 (Checks fail on non-swappable ForeignKeys when the related model is ...) created by
-
The documentation states that setting
swappable=False
on a … - 06:52 Ticket #22533 (Allow overriding `label_suffix` on a per-field basis) created by
-
Django 1.6 onwards,
BoundField.label_tag
now includes form's … - 06:40 Ticket #22530 (Improve "The XYZ could not be created because the data didn't validate.") closed by
-
invalid: You should check
form.is_valid()
before trying to save the form. If … - 06:35 Ticket #22532 (Feed disappeared from /community?) closed by
- fixed: Not sure, but the existing entry with …
- 03:25 Ticket #22532 (Feed disappeared from /community?) created by
- Hi, my blog used to be on http://www.djangoproject.com/community/, but …
- 03:14 Ticket #22531 (Q objects lack a useful repr) created by
- […] That's not exactly useful, given a Q object may represent a …
- 02:26 Ticket #22530 (Improve "The XYZ could not be created because the data didn't validate.") created by
- When saving a form, I get this error message. It tells me which model …
- 01:59 Ticket #22529 (Paginator: Get page number using object unique attributes) created by
-
Lets consider the situation:
[…]
If for instance
obj_list
does …
04/27/2014:
- 23:45 Ticket #22528 (Filter by month not working) created by
- Hello I recently migrated from 1.4.2 to 1.6.3 and since then a some …
- 14:21 Ticket #22445 (Doc on reversible data migrations needed) closed by
- fixed: In 1ce759b69f641fd780790630c79559fc68a2d923: […]
- 14:21 Changeset [23f3c53]stable/1.7.x by
- [1.7.x] Fixed #22445 -- Added how to perform a reverse data migration …
- 14:19 Changeset [1ce759b]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22445 -- Added how to perform a reverse data migration to topic …
- 14:06 Changeset [b89bbb3]stable/1.7.x by
- [1.7.x] Improved formatting and links of migration docs. Backport of …
- 14:05 Changeset [ab8d8e0]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Improved formatting and links of migration docs.
- 13:20 Changeset [529ae608]stable/1.7.x by
- [1.7.x] Fixed #22526 -- Added note about check() method to 1.7 release …
- 13:20 Ticket #22526 (New check method on models not documented in release notes) closed by
- fixed: In 8905fcbda6854b5b7fdd8a1ee3277f8f1039e114: […]
- 13:17 Changeset [8905fcbd]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22526 -- Added note about check() method to 1.7 release notes. …
- 08:12 Ticket #22527 (FK proxy model not properly deferred in syncdb) created by
- Setup: […] […] git bisect reveals that this started happening …
Note: See TracTimeline
for information about the timeline view.