Timeline
03/20/2014:
- 19:42 Changeset [dda62244]stable/1.7.x1.7b1 by
- [1.7.x] Bump version numbers for 1.7 beta 1.
- 16:52 Ticket #21955 (Formset save_as_new=True causes "This QueryDict instance is immutable" ...) closed by
-
invalid: I'm not sure this is legal. Django's tests pass an
instance
and in … - 16:33 Ticket #22298 (Rename Form Media to Static (or get rid of Form Media completely?)) created by
- The confusion between media and static files is almost cleared, except …
- 16:27 Ticket #22297 (TransactionMiddleware signals connection_created too early) closed by
- fixed: This will be fixed by app-loading in 1.7 ;-) Look for the wall of …
- 16:23 Ticket #22160 (TimeField default argument not working.) closed by
-
needsinfo: Aren't you confusing
default
andinitial
too? - 16:22 Ticket #22163 (select_for_update should take nowait directly) closed by
- fixed: In 222262ca2354abadf259f4186a0b43f583ed1bd1: […]
- 16:22 Changeset [222262ca]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22163 -- Stopped ignoring unhandled kwargs in select_for_update.
- 16:17 Ticket #22282 (models.BooleanField.blank should be 'False' if BooleanField has choices) closed by
-
needsinfo: Let's start with form fields. A
BooleanField
is rendered by default … - 16:07 Ticket #22297 (TransactionMiddleware signals connection_created too early) created by
- This may or may not be a django bug. I have a project that uses …
- 15:56 Ticket #17802 (Pass the request down to the Sitemap callable) closed by
- duplicate: I can't say what the proper solution is, but I'm afraid hardcoding a …
- 15:49 Ticket #22090 (ModelAdmin list_filter field member values are serialized using ...) closed by
- needsinfo: I'm not sure to understand your message. Since you're referring to …
- 15:39 Ticket #22238 ({% url %} allow optional parameters) closed by
- needsinfo: Please propose a solution.
- 15:36 Ticket #22109 (clarify difference between relative and absolute STATIC_URL) closed by
-
wontfix: The docs for
STATIC_URL
link to the docs for thestaticfiles
app, … - 15:29 Ticket #22037 (Allow testing and dumping legacy database without enabling syncdb) closed by
- duplicate: This appears to be a duplicate of #21906.
- 15:25 Ticket #22203 (Automatically get default value for "current_app", for easier ...) closed by
- wontfix: In fact, I'm going to reject the idea to use global state for this …
- 15:12 Ticket #22004 (Allow session.modified with an explicit False value to override ...) closed by
- wontfix: Your proposal could degenerate into a war of (overrides that …
- 14:44 Ticket #20373 (Simple Multi-DB read replica unit test raises TransactionManagementError) closed by
- needsinfo: After changing the settings file to: […] The example works for me …
- 14:37 Ticket #21966 (Incorrect usage of constraint_checks_disabled in tests) closed by
-
needsinfo: Indeed,
constraint_checks_disabled
and related APIs exist only … - 13:44 Ticket #22243 (migrate raises IndexError when getting parent from self.graph) closed by
- invalid
- 13:22 Ticket #22231 (Subdomain support in Sitemaps) closed by
- wontfix: This isn't an API, it's a hack. Generally speaking, I'm not convinced …
- 12:59 Ticket #22280 ("Conflicting models in application" RuntimeError for same model with ...) closed by
- needsinfo: Closing again, because I don't think there's a bug in Django. I will …
- 12:58 Ticket #22291 (transactions.atomic (with savepoints) doesn't work correctly with ...) closed by
- needsinfo: I assume Django raises an exception when trying to rollback to the …
- 12:37 Ticket #22296 (m2m_changed pk_set value inconsistent between post_add and post_remove) created by
-
the docs say:
"
pk_set
: For the pre_add, post_add, pre_remove and … - 12:30 Changeset [0cf158cf]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a small collection of flake8 violations that had snuck in
- 10:48 Ticket #22289 (Field with Validator always considered changed in migrations) closed by
- needsinfo: I'm also unabled to reproduce this (tried sqlite and postgres). I did …
- 10:06 Ticket #22249 (Cannot resolve keyword '' into field. Choices are:...) closed by
-
worksforme: Hi,
Using the provided models (I also defined an empty
Tag
model … - 06:00 Ticket #22295 (admin/base.html only shows #user-tools when user is staff) created by
- The build-in Django Admin ships with the admin/base.html template. …
- 05:56 DjangoSuccessStoryBuddyNS edited by
- (diff)
- 05:43 Ticket #21952 (Deadlock while dispatching signals) closed by
- fixed: Since the original report is fixed, this should stay as fixed. Please …
- 04:50 Ticket #22294 (length filter changes type of output to string if passed safe string) created by
- if you do: […] what happens is what you expect to happen - the …
- 04:37 Changeset [3ecc25bd]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed a file accidentally added in …
- 04:12 Ticket #22290 (Forms DateField show_hidden_initial USE_L10N = False and custom ...) closed by
- needsinfo: I cannot reproduce that issue, see the test I'm attaching.
- 02:11 Ticket #22286 (TypedChoiceField rejects valid input with coerce=float) closed by
- worksforme: The logic around to_python and TypedChoiceField was changed in …
03/19/2014:
- 23:25 Changeset [831ce69c]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Mark model renaming as irreversible for now (#22248)
- 23:23 Ticket #22275 (unique_together with foreign keys fails migration) closed by
- fixed: In 81f5408c7a16b8c79053950f05fe7a873506ca55: […]
- 23:23 Changeset [81f5408c]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22275: unique_together broken if ForeignKey split into new …
- 23:11 Ticket #22293 (ERROR: relation "app_taggedcountryoforigin" already exists) created by
- There is a problem in db.backends.schema.alter_field, with the call to …
- 23:01 Ticket #21840 (LazyObject wrapped instances can no longer be coerced to Bool due to #20924) closed by
- fixed: In 61917aa08b4ab2bc35f3ffe87b7693bd8b58e205: […]
- 23:01 Changeset [356f064]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #2221 from bmispelon/LazyObject-refactor Fixed …
- 19:37 Changeset [ac9c7701]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Replaced reference to ModelAdmin.get_formsets() (deprecated) with …
- 12:51 Ticket #22292 (Problems with updating a ForeignKey having a to_field attribute) closed by
- duplicate
- 12:12 Ticket #22292 (Problems with updating a ForeignKey having a to_field attribute) created by
- class Owner(models.Model): uid = models.CharField(max_length = 255, …
- 09:47 Ticket #22291 (transactions.atomic (with savepoints) doesn't work correctly with ...) created by
- In mysql on deadlock occurance all savepoints will be deleted. so …
- 07:43 Ticket #22289 (Field with Validator always considered changed in migrations) closed by
- invalid: I don't think this is a bug in Django. In current master, there is no …
- 07:16 Ticket #22001 (GeoDjango (contrib.gis) does not create geometry columns in 1.7a2) closed by
- fixed: Jenkins is back to green!
- 06:23 Changeset [a01daaf2]stable/1.6.x by
- [1.6.x] Fixed #22253 -- Added django-i18n to the mailing lists docs. …
- 06:22 Ticket #22253 (Add django-i18n to the mailing lists documentation) closed by
- fixed: In 0399523cf1ac1f6adcfe593e05824ff4f98da3d3: […]
- 06:22 Changeset [0399523]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22253 -- Added django-i18n to the mailing lists docs. Thanks …
- 05:49 Changeset [c11b9346]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed migration so MySQL GIS test doesn't fail; refs #22001. The test …
- 04:58 Ticket #22290 (Forms DateField show_hidden_initial USE_L10N = False and custom ...) created by
- Hi. if settings is: - USE_L10N = False - DATE_INPUT_FORMATS = …
- 04:18 Ticket #22289 (Field with Validator always considered changed in migrations) created by
-
I am having the following model, and
schemamigration --auto
… - 01:50 Ticket #22288 (F() expression not compatible with __range field look up) created by
- […]
03/18/2014:
- 23:38 Ticket #22287 (Add method to RegistrationProfile to verify if the user has activated) closed by
-
invalid: Hi - thanks for the report! But there is no
RegistrationProfile
… - 22:46 Ticket #22287 (Add method to RegistrationProfile to verify if the user has activated) created by
- Currently the only way of doing this is by doing something like: …
- 19:06 Ticket #22286 (TypedChoiceField rejects valid input with coerce=float) created by
- […] float('0') works just fine, and produces a value in the …
- 17:42 Ticket #22285 (django epub does not pass validation) closed by
- duplicate: Duplicate of #20935
- 16:59 Ticket #22285 (django epub does not pass validation) created by
- The generated django epub file does not pass idpf validation. This …
- 14:49 Ticket #22284 (ValueError: plural forms expression could be dangerous) closed by
- invalid: Hi, According to this post: …
- 14:37 Ticket #22284 (ValueError: plural forms expression could be dangerous) created by
-
On
python manage.py collectstatic
raises […] - 12:47 DevelopersForHire edited by
- (diff)
- 11:12 Ticket #21230 (Remove usage of direct settings manipulation in Django's tests) closed by
- fixed
- 09:36 Ticket #19373 (Windows file locking requires pywin32) closed by
- fixed
- 09:35 Changeset [61fdb8d4]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed regression in file locking on some platforms. Some platforms …
- 09:30 Changeset [8520e43e]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a regression from 2e5b82f6277227b69e9a6c5261a6deb14fff15dc
- 08:51 Changeset [2e5b82f6]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made a test app label unique.
- 06:25 Changeset [fc167c9b]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Mentioned that
dumpdata --natural
is deprecated.
- 04:59 Ticket #22283 (Documentation in trans_real.py mentions tuples that aren't used) closed by
- fixed: In 61296fb1baabe616c74091dcae9d4f2f6ba6dda6: […]
- 04:57 Changeset [61296fb]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22283 -- Updated documentation referring to non-existent tuples.
03/17/2014:
- 23:03 Ticket #22281 (Any migration using the sqlite schema causes the altered table to lose ...) closed by
- fixed: In b47ef04ea2a3b1a48160253dd0ab906e621cecee: […]
- 22:54 Changeset [b47ef04e]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix any sqlite field migration deleting all implicit m2m tables Fixes …
- 17:45 Changeset [cc5804bc]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Amended login required mixin documentation to honor initkwargs.
- 12:08 Ticket #22283 (Documentation in trans_real.py mentions tuples that aren't used) created by
- trans_real.py says that translations are cached/looked up/activated by …
- 08:30 Ticket #22282 (models.BooleanField.blank should be 'False' if BooleanField has choices) created by
- There's no way to override the 'blank' property on a boolean field. If …
- 07:40 Ticket #21466 (override_settings(LOGIN_URL=…) does not work when not first test) closed by
-
invalid: I think it's more likely that your use of
override_settings()
is … - 06:25 Ticket #22006 (DRY login_required method should be documented) closed by
- fixed: In 584044566414d3f4595337225aa23b52a089a680: Fixed #22006 -- …
- 06:23 Ticket #21179 (How-to output CSV from Django should suggest using `StreamingHttpResponse`) closed by
- fixed: In fad47367bf622635b4cf931db72310cce41cebb4: […]
- 06:22 Changeset [fad47367]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21179 -- Added a StreamingHttpResponse example for CSV files. …
- 05:49 Changeset [5840445]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22006 -- Documented how to write a login_required mixin for …
- 04:30 Ticket #22281 (Any migration using the sqlite schema causes the altered table to lose ...) created by
- At a cursory glance, it looks like all the actions do …
- 02:24 Ticket #22280 ("Conflicting models in application" RuntimeError for same model with ...) closed by
- needsinfo
Note: See TracTimeline
for information about the timeline view.