Timeline
01/19/2014:
- 23:13 Changeset [9ddc358]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Corrected minor typo. Thanks to @cjerdonek for the report.
- 23:04 Ticket #21766 (Can't use reverse() or is_valid_path() with dynamically set TestCase.urls) closed by
-
invalid: Hi,
The problem is that
django.test.TestCase.urls
is supposed to be … - 22:31 Changeset [a029efca]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed an inactive system check for upload_to. Thanks to Simon …
- 21:15 Changeset [be8173af]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
- 20:50 Tickets #3055,8579,16905,19844 batch updated by
- fixed: In d818e0c9b2b88276cc499974f9eee893170bf0a8: […]
- 20:45 Changeset [d818e0c9]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16905 -- Added extensible checks (nee validation) framework …
- 19:50 Ticket #21828 (Can no longer use model meta methods in other methods after app ...) created by
-
To reproduce, add the following as an attribute to the
Choice
model … - 19:29 Changeset [6e7bd0b6]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed some admin sphinx definitions so links work properly.
- 14:33 Ticket #21826 (Forgot your password? "page unavailable") closed by
- fixed: In …
- 14:28 Ticket #21827 (Regression in 1.7: django-admin misses .py suffix) created by
- https://github.com/django/django/pull/2116 moved django-admin.py …
- 13:27 Ticket #21290 (Add migration docs for (or avoid) "Cannot serialize" errors) closed by
- fixed: In 6bbb82001455efb39a57c8ccfe09ff027633eced: […]
- 13:27 Changeset [6bbb820]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21290: Documented migration serializing and improved error
- 13:11 Changeset [34263c6]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moved the loader tags registration with the other builtins.
- 12:58 Ticket #21826 (Forgot your password? "page unavailable") created by
- Link goes to: https://www.djangoproject.com/accounts/password/reset/ …
- 12:57 Changeset [51832c8a]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Remove other unicode literal
- 12:57 Ticket #21638 (Infinite migrations when using AUTH_USER_MODEL) closed by
- fixed: In a68f32579145dfbd51d87e14f9b5e04c770f9081: […]
- 12:57 Changeset [b1fc8c1]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Remove unicode prefix that snuck in
- 12:56 Changeset [a68f325]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21638: Validators are now comparable, stops infinite user mig'ns
- 12:37 Ticket #8548 (Lengthy verbose_name results in fatal mysql 'warning' error during syncdb.) closed by
- fixed: I think that the fix for #18866 also resolved this issue. #8162 is …
- 12:36 Ticket #21664 (Migrations and "Multi-Table" Inheritance) closed by
- fixed: In 3f1a008266e8797ae104905b4d3168fa2a33b9ae: […]
- 12:35 Changeset [3f1a0082]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21664: Multi-table inheritance was duplicating _ptr fields
- 12:13 Ticket #21786 (migrate fails with certain mixin/model combinations) closed by
- fixed: In 1f5268a01f82c314b48d195b7d7a344f9db58b6d: […]
- 12:09 Changeset [1f5268a0]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21786: Bad behaviour when mixins + abstract bases for migrations
- 11:46 Changeset [03d9b9ea]stable/1.4.x by
- [1.4.x] Added a note about LTS releases. Backport of …
- 11:46 Changeset [267aeabf]stable/1.5.x by
- [1.5.x] Added a note about LTS releases. Backport of …
- 11:43 Changeset [af4a8478]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21783: (again) Found second source of bug, also squashed it.
- 11:43 Changeset [fcc290ed]stable/1.6.x by
- [1.6.x] Added a note about LTS releases. Backport of …
- 11:30 Ticket #21323 (Allow migrations.Operation to control their output.) closed by
- fixed: In 374faa472150e2e1fb70224a764b82d3d51994f7: […]
- 11:30 Changeset [e8d4aed3]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #1681 from loic/migrations.format Fixed #21323 -- …
- 11:16 Changeset [374faa47]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21323 -- Improved readability of serialized Operation.
- 11:14 Changeset [1ea96ac]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix unicode default input on py3
- 11:11 Ticket #21783 (Adding a non-nullable field fails on SQLite) closed by
- fixed: In e802c97581594e3a37e6497443b105ecb9920a55: […]
- 11:10 Changeset [e802c975]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21783: Use defaults for adding NOT NULL on sqlite
- 10:43 Changeset [c9de1b4a]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Implement swappable model support for migrations
- 08:37 Ticket #18907 (Documentation regarding population of backrefs is incorrect) closed by
- fixed: In 5c7ac7494ab5f1cdc364f829f61ffef85ad7344b: […]
- 08:35 Changeset [5c7ac749]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18907 -- Correct docs regard population of model backrefs. …
- 08:14 Ticket #21340 (Can't run django-admin.py on Windows) closed by
- fixed: Fixed with …
- 08:11 Changeset [66f546b9]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #2116 from apollo13/setuptools Switched setup.py …
- 02:24 Ticket #21825 (GIS compiler doesn't adhere to query expression api) closed by
- fixed: In 1f58834ac6858aa33629a27cb252de00141e76b0: […]
- 02:21 Changeset [1f58834a]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21825 -- gis compiler uses self instead of qn for as_sql()
- 02:16 Ticket #21825 (GIS compiler doesn't adhere to query expression api) created by
- The new query expression API defines as_sql as as_sql(qn, connection), …
- 02:16 Ticket #21824 (LTS not mentioned on Security policies page) created by
- The "Django security policies" page doesn't mention 1.4 as an LTS …
- 02:09 Changeset [994c842]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed Oracle query failures caused by lookup refactor Refs #21821.
- 00:58 Changeset [9d487ae]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Refs #21628 -- removed one usage of the imp module in the tests. It is …
- 00:51 Ticket #21823 (Upgrade vendor'd six to latest release) created by
- We currently have 1.4.1 vendored, 1.5.2 is out, it's good to keep up …
01/18/2014:
- 16:06 Ticket #21712 (Move admin.autodiscover() to AppConfig.setup()) closed by
- fixed: In 10e0cfc0e4e77b85e8261c908baf1c4814ded3f8: […]
- 16:06 Changeset [10e0cfc]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21712 -- Moved autodiscover() to AdminConfig.ready(). Thanks …
- 16:06 Changeset [74d8fdc]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Stopped assuming that INSTALLED_APPS only contains app names. While …
- 14:31 Changeset [4dc3be25]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typos spotted by Claude Paroz
- 13:20 Ticket #21821 (ORM lookup refactor broke Oracle tests) closed by
- fixed: In f468662e2495292356e5fd75241621563893fd4f: […]
- 13:18 Changeset [f468662e]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21821 -- db_type argument for field_cast_sql The db_type …
- 12:46 Ticket #21822 (Promote the use of the app config classes for contrib apps) created by
- #21675 gave all contrib apps an app config class. #21712 made …
- 11:23 Ticket #21794 (No warning should be raised when defining an abstract model with no ...) closed by
- fixed: In 2f65b8e14c03a6b43c11d5de791b8d4d91721777: […]
- 11:23 Changeset [2f65b8e]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21794 -- Adjusted warning for abstract models. As far as I can …
- 10:42 Ticket #21821 (ORM lookup refactor broke Oracle tests) created by
- Tests fail to run with the following traceback: […]
- 07:35 Ticket #21659 (password_change_form.html does not use admin_static) closed by
- fixed: In 8a34d35696927e1eafce3fdfdd87246b3f189268: […]
- 07:33 Changeset [8a34d356]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21659 -- Modified the registration/password_change_form.html …
- 06:17 Ticket #21791 (RelatedFieldWidgetWrapper object has no attribute decompress) closed by
- worksforme: Hi, The problem seems to be in cmsplugin_filer_image in class …
- 05:28 Ticket #21802 (Add empty __init__ files to documentaion of custom commands) closed by
- wontfix: I can appreciate that this was probably frustrating, but it reflects a …
- 05:05 Ticket #21803 (Support post-commit hooks) created by
- We should merge https://github.com/carljm/django-transaction-hooks …
- 03:48 Tickets #11722,16187 batch updated by
- fixed: In 20bab2cf9d02a5c6477d8aac066a635986e0d3f3: […]
- 03:46 Changeset [20bab2cf]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16187 -- refactored ORM lookup system Allowed users to specify …
- 02:18 Ticket #21802 (Add empty __init__ files to documentaion of custom commands) created by
- Hi There I got stucked while creating a custom command on django …
01/17/2014:
- 18:43 Ticket #21801 (SingleObjectMixin get_context_data fails with self.object not initialized) created by
- I'm not sure if this needs to be addressed in the documentation or in …
- 17:12 Changeset [b87c59b]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed some unnecessary exact operators in filters.
- 17:03 Changeset [298a2b57]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Adjusted inspectdb management command to yield PEP 8-compliant output …
- 15:07 Ticket #18942 (Documentation of `{% get_static_prefix %}` unclear) closed by
- fixed: In 85149a8b7fb560960fb6e8b64e1d9f486e982c19: […]
- 15:06 Changeset [85149a8b]stable/1.6.x by
- [1.6.x] Fixed #18942 -- Clarified usage of {% get_static_prefix %}. …
- 15:06 Changeset [bc7668eb]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18942 -- Clarified usage of {% get_static_prefix %}. Thanks …
- 14:00 Ticket #15303 (Clarify View.as_view() docs in respect to functions passed as kwargs.) closed by
- needsinfo: @gg, if you can provide a patch please reopen. Otherwise, I'm not sure …
- 13:52 Changeset [4f05865]stable/1.6.x by
- [1.6.x] Fixed #13116 -- Described scope of variables created by {% url …
- 13:52 Ticket #13116 (Specify in docs that template variables created e.g. by {%url%} are ...) closed by
- fixed: In 4a5aac47a619a27c2458cfdcba56d53b05c789ad: […]
- 13:50 Changeset [4a5aac47]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13116 -- Described scope of variables created by {% url ... as …
- 12:55 Ticket #21800 (CSRF middleware can't get POST data) created by
- I have a django project which written with Django 1.3 and migrated to …
- 11:36 Ticket #21796 (in django.contrib.auth.forms.AuthenticationForm invalid_login error ...) closed by
- invalid: Surely, these sorts of constructed sentences are not …
- 11:26 Ticket #20856 (Error with admin popups: expected a character buffer object) closed by
- invalid: This was probably a bug in django-uuidfield, may be fixed by …
- 10:35 Ticket #21799 (loaddata ignorenonexistent should ignore missing models too) created by
- As an extension of https://code.djangoproject.com/ticket/9279 , I'd …
- 10:27 Tutorials edited by
- fixed broken url + added Django version in link title (diff)
- 09:44 Ticket #21798 (Model validation should complain if both `add_now` and `auto_add_now` ...) created by
-
It was reported in #21785 that
add_now
andauto_add_now
can be … - 08:29 Changeset [1036e3ec]stable/1.4.x by
- [1.4.x] Fixed #20052 -- Discouraged use of Jython given the current …
- 08:29 Changeset [f746d1fc]stable/1.5.x by
- [1.5.x] Fixed #20052 -- Discouraged use of Jython given the current …
- 08:28 Changeset [b8ec3b6d]stable/1.6.x by
- [1.6.x] Fixed #20052 -- Discouraged use of Jython given the current …
- 08:26 Ticket #20052 (Running Django on Jython -- not supported at this time?) closed by
- fixed: In a67e327db53f49aff374d5974b69de43da288bac: […]
- 08:21 Changeset [a67e327]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20052 -- Discouraged use of Jython given the current state of …
- 08:05 Ticket #21584 (prefetch_related child queryset does not update on create) closed by
- invalid: This is not a bug, I'm afraid. The results of DB queries that have …
- 05:35 Ticket #21796 (in django.contrib.auth.forms.AuthenticationForm invalid_login error ...) created by
- It says: "Wprowadź poprawną użytkownik oraz hasło. Uwaga: wielkość …
- 04:46 Ticket #21785 (migrate fails on DateTimeField with auto_now AND auto_now_add set) closed by
- fixed: In 86e69bf3b67ff1e156413e07cef018ec52c2cdd4: […]
- 04:46 Changeset [86e69bf]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21785: Bad handling of both auto_now and _add on deconstruct
- 04:08 Ticket #21795 (preserve_filter doesn't work when running a site with a url prefix) created by
- Function preserve_filter works only on development server at …
01/16/2014:
- 21:30 Ticket #21794 (No warning should be raised when defining an abstract model with no ...) created by
- Since those models are never registered and meant to be used by …
- 20:32 Ticket #9998 (Document side effects of importing uninstalled models) closed by
- wontfix: The ability to do this has been deprecated in Django 1.7 and will be …
- 20:26 Ticket #18377 (Django Hanging with older Pylibmc) closed by
- needsinfo: Closing as needsinfo since we haven't gotten further clarification …
- 20:14 Ticket #16785 (Document cache design in `misc/design-philosophies`) closed by
- fixed: In dd98ccd4821f71543a5489d421ea2dee28901f17: […]
- 20:13 Changeset [dd98ccd4]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16785 -- Documented some of the design decisions of the cache …
- 19:49 Changeset [b1cc1633]stable/1.6.x by
- [1.6.x] Fixed #18285 -- Documented that bulk_create doesn't work with …
- 19:49 Ticket #18285 (bulk_create and ManyToMany relationships: the relationship is actually ...) closed by
- fixed: In 9173d2cb746f253ca31183eb63ac47e440c74ce3: […]
- 19:47 Changeset [9173d2cb]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18285 -- Documented that bulk_create doesn't work with M2M …
- 17:30 Ticket #21793 (Require specific versions of test suite's Python dependencies?) created by
- Currently, there are several tests that depend on 3rd party libraries …
- 16:07 DevelopersForHire edited by
- Add "Gatineau" to CREDIL's description (diff)
- 15:47 Changeset [54d396ff]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #2176 from numerodix/master Fixed typo in docstring.
- 15:34 Changeset [63ff03c4]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo in docstring.
- 15:33 DevelopersForHire edited by
- Add CREDIL (Canada); correction to Ciszkowski/Kirshen split (diff)
- 14:10 Ticket #21792 (Form.has_changed is not documented) created by
- I cannot find any reference to "has_changed" in the docs …
- 13:05 Ticket #21784 (Default values for migrations are not written properly into the ...) closed by
- fixed: In 7535e9f4a4f5317a0073a8fde0eacf17ce31bac0: […]
- 13:04 Changeset [7535e9f]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21784: Correctly decode stdin input for migration defaults
- 10:49 Ticket #21740 (client.py uses mutable default arguments, which is bad practice) closed by
- fixed: In 2a31d00933fd1d06ae3013f2c0eb8f4982fa7db6: […]
- 10:44 Changeset [2a31d00]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21740 -- Stopped using mutable default arguments in test client …
- 10:38 Ticket #21791 (RelatedFieldWidgetWrapper object has no attribute decompress) created by
- Hi, I'm still a newbie with Django, Django CMS and even Python... So, …
- 07:39 Ticket #21343 (Restrictions imposed by intermediate many-to-many relationships should ...) closed by
- fixed: In a6e3fb80b0e079c49da722515ed71768022264b8: […]
- 07:38 Changeset [a6e3fb8]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21343 -- Noted many-to-many restrictions with intermediate …
- 07:20 Ticket #21790 (Don't `except AssertionError` in auth.get_user) created by
- In django.contrib.auth.get_user …
- 06:59 Changeset [b83dae68]stable/1.5.x by
- [1.5.x] Fixed #21768 -- Corrected TemplateView context section. …
- 06:59 Ticket #21768 (TemplateView doc describes context incorrectly) closed by
- fixed: In c05b2f58e7f38293fdf0f92e618fcbe769881912: […]
- 06:59 Changeset [363b8c69]stable/1.6.x by
- [1.6.x] Fixed #21768 -- Corrected TemplateView context section. …
- 06:58 Changeset [c05b2f58]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21768 -- Corrected TemplateView context section. Thanks …
- 06:17 Changeset [b63dad3f]stable/1.6.x by
- [1.6.x] Fixed #21727 -- Added some links to help clarify …
- 06:17 Ticket #21727 (Add note about active superuser and permissions) closed by
- fixed: In d35f2bfd5b3a73340275bbd2af5065cba8d42c97: […]
- 06:16 Changeset [d35f2bfd]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21727 -- Added some links to help clarify …
- 06:09 Changeset [f8d93f2c]stable/1.6.x by
- [1.6.x] Fixed #21747 -- Added {% elif %} to template topics guide. …
- 06:08 Ticket #21747 (The {% elif %} templatetag could use documentation) closed by
- fixed: In 9e5033b302676856901a7808910fcab5c3fe1d27: […]
- 06:07 Changeset [9e5033b3]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21747 -- Added {% elif %} to template topics guide. Thanks gcc …
- 03:10 Ticket #21789 (test failues, django-1.6.1 py3.3) closed by
- needsinfo: The tests definitely pass on the CI server on Ubuntu: …
- 02:11 Ticket #21789 (test failues, django-1.6.1 py3.3) created by
- * python3_3: python_test; suffice to say a ....F... occurs …
- 01:29 Ticket #21788 (Wrong fields order after defer) closed by
- wontfix: The problem is almost certainly in having db_column "hash" two times …
Note: See TracTimeline
for information about the timeline view.