Timeline
06/20/2014:
- 18:01 Changeset [ef3ae3d1]stable/1.6.x by
- [1.6.x] Fixed #22514 -- Prevented indexes on virtual fields …
- 17:47 Changeset [d107c7b]stable/1.7.x by
- [1.7.x] Added refs #22514 to 1.6.6 release notes. Backport of …
- 17:47 Changeset [1892ced]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added refs #22514 to 1.6.6 release notes.
- 16:53 Changeset [3425d42b]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed test from refs #22782.
- 15:51 Changeset [db9cb83d]stable/1.7.x by
- [1.7.x] Removed two unused translations These strings were unmarked …
- 14:29 Changeset [27641465]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22838 -- Deprecated ModelChoiceField.cache_choices. …
- 14:25 Ticket #22876 (Related lookups allow models of a different type) closed by
- duplicate: Yep, the proposed patch there fixes the issue. Closing.
- 12:36 Changeset [33403790]stable/1.7.x by
- [1.7.x] Added HTTP 308 status and its description. Backport of …
- 12:35 Changeset [97adfc2]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added HTTP 308 status and its description.
- 12:25 Ticket #22876 (Related lookups allow models of a different type) created by
- Django currently allows this: […] Unfortunately this can lead to …
- 12:05 Ticket #22782 (Add i18n to sitemap) closed by
- fixed: In 407d070329b4df81dab488db35bb068976e3be43: […]
- 12:04 Changeset [407d070]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22782 -- Added i18n attr to Sitemap class It makes possible to …
- 11:49 Changeset [6e5a736]stable/1.7.x by
- [1.7.x] Fixed #22514 -- Prevented indexes on virtual fields …
- 10:59 Ticket #22514 (Postgres index generator does not expect db_type to be None) closed by
- fixed: In 78c32f1caa9cb9b28be2d867aff586a2016122ed: […]
- 10:59 Changeset [78c32f1]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22514 -- Prevented indexes on virtual fields [postgres].
- 09:57 Tutorials edited by
- (diff)
- 09:37 Ticket #10938 (add inlines into fieldsets) closed by
- duplicate: Please don't reopen tickets anonymously without providing an …
- 08:13 Changeset [9a46836a]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moved a line outside of try/except to prevent an error in finally. …
- 08:10 Changeset [d9a83d5]stable/1.7.x by
- [1.7.x] Fixed #22862 -- Added --noinput option to makemigrations. …
- 07:55 Ticket #22862 (makemigrations --merge broken because --noinput isn't registered) closed by
- fixed: In fbb684d95ed71487fe16135321d59ddb043ee903: […]
- 07:55 Changeset [fbb684d9]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22862 -- Added --noinput option to makemigrations. Thanks …
- 07:16 Changeset [0b871ec]stable/1.7.x by
- [1.7.x] Fixed #22836 -- Linked tutorial05 to the right section of …
- 07:16 Ticket #22836 (Issue on the code in the documentation) closed by
- fixed: In 608aa8d101b03004ed2181fac82d8f3d28253bbd: […]
- 07:14 Changeset [608aa8d1]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22836 -- Linked tutorial05 to the right section of tutorial04.
- 06:55 Changeset [9005894]stable/1.7.x by
- [1.7.x] Swapped placeholders in [sql]migrate command error Backport …
- 06:53 Changeset [b67e9ed8]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Swapped placeholders in [sql]migrate command error
- 01:49 Ticket #22874 (Swappable dependency breaks if swappable model not in first migration ...) closed by
- fixed: In 08221d1b5c1eec782c792818a2aa4a74ca7f1fcb: […]
- 01:48 Changeset [44b00af9]stable/1.7.x by
- [1.7.x] Fixed #22874: Document that AUTH_USER_MODEL must be in first …
- 01:48 Changeset [08221d1b]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22874: Document that AUTH_USER_MODEL must be in first migration
- 01:42 Ticket #22863 (Document that changing model options unrelated to the database will ...) closed by
- fixed: In 9f4852f649fad459a451995c4a17a7d8db5972c9: […]
- 01:42 Changeset [bfe5f72]stable/1.7.x by
- [1.7.x] Fixed #22863: Improve clarity of makemigrations for non-db params
- 01:41 Changeset [9f4852f6]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22863: Improve clarity of makemigrations for non-db params
06/19/2014:
- 14:42 Ticket #22875 ("ValueError: Lookup failed for model referenced by field ...) created by
-
In a simple
ManyToManyField
with intermediate model setup involving … - 13:33 Ticket #16335 (Document why you cannot iterate defaultdict in templates) closed by
- fixed: The documentation that was added as part of the ticket …
- 12:53 Ticket #22874 (Swappable dependency breaks if swappable model not in first migration ...) created by
- Right now, it's impossible to declare a dependency to/from …
- 11:56 Changeset [d862fae5]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Refs #12663 -- Added tests for methods in db.models.options. Thanks …
- 11:49 Ticket #22873 (Rename BaseDatabaseWrapper.use_debug_cursor to force_debug_cursor) created by
- In Django 1.6, the logic for using the CursorDebugWrapper was: * If …
- 11:47 Ticket #22872 (Backwards incompatible change: Can't proxy User model: RuntimeError: ...) created by
- My application creates proxies of the user model to add custom methods …
- 11:15 Ticket #22870 (Broken release notes links in dev documentation) closed by
- fixed: This was a problem on the server. The docs are currently rebuilding …
- 11:15 Ticket #22871 (All links returned by search engines don't work anymore!) closed by
- fixed: The docs are currently rebuilding and should be up within a few …
- 11:11 Changeset [01399fa0]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Revert "Fixed #22867 -- Memoized …
- 10:50 Ticket #22871 (All links returned by search engines don't work anymore!) created by
- All links returned by search engines don't work anymore!
- 10:24 Ticket #22869 (broken link) closed by
- needsinfo: Can you clarify which link doesn't work, and on which page you found …
- 10:21 Ticket #22870 (Broken release notes links in dev documentation) created by
- Examples: https://docs.djangoproject.com/en/dev/releases/1.4/ …
- 10:19 Ticket #22869 (broken link) created by
- testing links from google, dont work
- 10:02 Changeset [30d8b95]stable/1.7.x by
- [1.7.x] Added feature for implied null (needed for Firebird backend) …
- 09:46 Ticket #22867 (Pickling models is slow in alpha versions) closed by
- fixed: In 80f4487d17a0040e9be35e7ee6ac478bafe6504a: […]
- 09:46 Changeset [80f4487d]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22867 -- Memoized django.utils.version.get_git_changeset(). …
- 09:36 Ticket #22868 (Activated language not respected in post_save signal called during ...) created by
- This one is a little tricky to explain. My problem seems to be this: …
- 09:23 Ticket #14932 (Tests failing with SQLite3 on Linux systems; Sites object causing failures.) closed by
- fixed: It isn't clear which conditions triggered this bug, but it cannot …
- 07:56 Ticket #22835 (Deprecate NoArgsCommand) closed by
- fixed: In 9996158db467f9bef8243fcc36dc3602570e3613: […]
- 07:54 Changeset [9996158]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22835 -- Deprecated NoArgsCommand.
- 07:25 Ticket #22865 (Testing framework: ValueError: Cannot create form field for 'user' ...) closed by
- fixed
- 04:14 Ticket #22867 (Pickling models is slow in alpha versions) created by
-
When pickling Django models in alpha version
get_version()
creates a …
06/18/2014:
- 17:56 Ticket #22866 (quoted class names in foreign key definition causes ValueError) closed by
- duplicate: Same issue as here: https://code.djangoproject.com/ticket/22865 Sorry
- 17:32 Ticket #22866 (quoted class names in foreign key definition causes ValueError) created by
- my scenario Ramiro, I CCed you because of this comment: …
- 15:42 Ticket #22865 (Testing framework: ValueError: Cannot create form field for 'user' ...) created by
- All tested with Django 1.6.5 Minimal test case: …
- 13:58 Changeset [63670a47]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed a CSRF example for jQuery < 1.5.
- 13:38 Changeset [d29f3b9e]stable/1.4.x by
- [1.4.x] Fixed #22859 -- Improved crossDomain technique in CSRF …
- 13:38 Changeset [ce06ef5]stable/1.5.x by
- [1.5.x] Fixed #22859 -- Improved crossDomain technique in CSRF …
- 13:37 Changeset [d4a3fd44]stable/1.6.x by
- [1.6.x] Fixed #22859 -- Improved crossDomain technique in CSRF …
- 13:37 Changeset [427f218a]stable/1.7.x by
- [1.7.x] Fixed #22859 -- Improved crossDomain technique in CSRF …
- 13:37 Ticket #22859 (set crossDomain = false in ajaxSetup is bad) closed by
- fixed: In 0be4d64487537fe5fe220cfb8896c4da08bb22a8: […]
- 13:35 Changeset [0be4d64]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22859 -- Improved crossDomain technique in CSRF example. …
- 13:04 Ticket #22864 (syncdb/test not possible when using dynamic choices from ...) closed by
-
invalid: It's not a bug in Django. Consider using a
ForeignKey
rather than … - 13:02 Ticket #20375 (Post-processing CSS file with Unicode chars fails) closed by
- duplicate: Then I guess this is a duplicate of #18430.
- 12:59 Ticket #22778 (Specify default value for a Model's RelatedFields related_name.) closed by
- fixed: In 87d0a3384cc263fe0df749a28e2fbc1e1240f043: […]
- 12:53 Changeset [87d0a33]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22778 -- Added a model Meta option to define …
- 12:48 Ticket #22864 (syncdb/test not possible when using dynamic choices from ...) created by
- Hello I found an strange bug while testing around with python …
- 12:44 Ticket #22863 (Document that changing model options unrelated to the database will ...) created by
- Django 1.7b4 tag Steps to reproduce: * Create initial …
- 11:42 Ticket #22862 (makemigrations --merge broken because --noinput isn't registered) created by
-
* The
makemigrations
management command doesn't register a … - 11:39 Changeset [6b52e17]stable/1.6.x by
- [1.6.x] Fixed #14481 -- Documented implicit "through" class created by …
- 11:38 Ticket #14481 (better documentation of the default m2m "through" class) closed by
- fixed: In de9012907063e210e97c0d65cde312ff6174d420: […]
- 11:38 Changeset [807aada]stable/1.7.x by
- [1.7.x] Fixed #14481 -- Documented implicit "through" class created by …
- 11:30 Changeset [de901290]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14481 -- Documented implicit "through" class created by …
- 11:05 Changeset [1d9f308f]stable/1.7.x by
- [1.7.x] Fixed several flake8 errors Backport of d015c9d11c from master
- 09:47 Changeset [d015c9d]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed several flake8 errors
- 07:00 Ticket #22785 (NamedUrlWizard errors are silently discarded when overriding render_done()) closed by
- needsinfo: Closing as "needs info" absent a proposal for how this should be …
- 06:57 Ticket #22858 (Maximum Recursion Depth Exceeded When Model __init__ Uses Fields Not ...) closed by
- wontfix: As [https://docs.djangoproject.com/en/dev/ref/models/querysets/#defer …
- 06:43 Ticket #22852 (WHY: (admin.E013) The value of 'fields' cannot include the ...) closed by
- invalid: You can read about the reasoning in #12203.
- 02:01 Ticket #22860 (LiveServerTestCase modifies production database when ran in python script) closed by
- invalid: Of course, if you are not using the Django test runner in your script, …
- 01:28 Changeset [2cee1d46]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22861: Internal migrations done first so first works …
- 01:28 Ticket #22861 (Ensure __first__ migrations always reference the first migration.) closed by
- fixed: In 267ba8aca46d21689f4d6e8b5b86ff4111370d5f: […]
- 01:27 Changeset [819d5f0c]stable/1.7.x by
- [1.7.x] Fixed #22861: Internal migrations done first so first …
- 00:12 Changeset [1122d297]stable/1.7.x by
- [1.7.x] Fix latest to actually resolve to the latest migration
- 00:12 Changeset [09b63a7]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix latest to actually resolve to the latest migration
- 00:00 Ticket #22861 (Ensure __first__ migrations always reference the first migration.) created by
- Currently first dependencies can be checked before internal …
06/17/2014:
- 23:32 Changeset [cd82069]stable/1.7.x by
- [1.7.x] Fix broken test
- 23:32 Changeset [405b9dcd]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix broken test
- 22:56 Ticket #22860 (LiveServerTestCase modifies production database when ran in python script) created by
- I posted this to: stack overflow: …
- 22:35 Ticket #22859 (set crossDomain = false in ajaxSetup is bad) created by
- The docs suggest this - […] However, people need to set …
- 20:20 Version1.7Roadmap edited by
- Updated estimated release dates (diff)
- 19:46 Changeset [f355d253]stable/1.7.x by
- [1.7.x] Fixed #22853: Swapped models are now ignored for migration …
- 19:46 Ticket #22853 (auth.0001_initial migration fails when there is a custom user model) closed by
- fixed: In 8d2ac948a9583220d2324cf908bff3cc1d0beb2b: […]
- 19:45 Changeset [8d2ac94]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22853: Swapped models are now ignored for migration operations.
- 19:24 Ticket #22858 (Maximum Recursion Depth Exceeded When Model __init__ Uses Fields Not ...) created by
- This line of code throws the error : […] I've narrowed …
- 16:39 Ticket #22857 (Django 1.7 runserver auto-reload : setting behaviour by extensions) created by
- Hi, I am experiencing a problem introduced by Django 1.7b2 in …
- 15:43 Ticket #22856 (Blank=False not being enforced) closed by
-
invalid: Thanks for the report, but this is working as designed. The
blank
… - 15:16 Ticket #13711 (Very long field names on models cause problems) closed by
- fixed: In 91f1b6dcdc5da47d7794a55e3114820407a5bd62: […]
- 15:16 Changeset [91f1b6dc]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13711 -- Model check added to ensure that auto-generated column …
- 15:11 Ticket #22856 (Blank=False not being enforced) created by
- It is possible to save a blank value to CharField(blank=False) without …
- 14:30 Ticket #22855 (BaseFormSet.is_multipart() should not only consider the first Form) closed by
- wontfix: I tend to think it's better for you to override it for your use case …
- 14:20 Ticket #22855 (BaseFormSet.is_multipart() should not only consider the first Form) created by
- I am constructing a FormSet consisting of forms which have fields …
- 13:10 Changeset [e4708385]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #2825 from collinanderson/patch-2 Made url syntax …
- 11:57 Changeset [f16554f]stable/1.7.x by
- [1.7.x] Fix previous commit on python 2
- 11:57 Changeset [7f0c207d]stable/1.7.x by
- [1.7.x] Fixed #22577: Python 3 broke on non-module migrations directory
- 11:56 Changeset [77ff4a93]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix previous commit on python 2
- 11:54 Ticket #22577 (The makemigrations management command has a problem with migrations dir) closed by
- fixed: In 3a6cb9f497af4e5eb8351706056eae50a4ed3c45: […]
- 11:54 Changeset [66a99fa2]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #2824 from valberg/22577 Fixed #22577: Python 3 …
- 11:23 Changeset [a8fa9679]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Tutorial: Consistent url syntax
- 11:21 Changeset [3a6cb9f4]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22577: Python 3 broke on non-module migrations directory
- 11:06 Changeset [aa10f57d]stable/1.7.x by
- [1.7.x] Fixed #22819 -- Renamed output_type -> output_field in query …
- 11:00 Ticket #22819 (Rename attribute `output_type` on the Query Expression API) closed by
- fixed: In 95cc0e15b45dd0986bdfd9fa3fedee4550c744c8: […]
- 10:57 Changeset [95cc0e15]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22819 -- Renamed output_type -> output_field in query …
- 08:47 Ticket #22854 (Having custom user model creates migrations in django.contrib.auth) closed by
- duplicate: Consolidating this with #22853.
- 07:35 Ticket #22854 (Having custom user model creates migrations in django.contrib.auth) created by
- This happened when reporting #22853, so it has the same custom user …
- 07:27 Ticket #22853 (auth.0001_initial migration fails when there is a custom user model) created by
- === Models === […] === Migration=== […] === Error === […] …
- 02:36 Changeset [57a770b]stable/1.7.x by
- [1.7.x] Fix test breakage on MySQL
- 02:36 Changeset [61d7ae31]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix test breakage on MySQL
- 01:44 Ticket #22852 (WHY: (admin.E013) The value of 'fields' cannot include the ...) created by
-
Will any one tell me why
checks.py
throws this error if I've …
Note: See TracTimeline
for information about the timeline view.