mirror of https://github.com/zulip/zulip.git
export: Remove hard-to-maintain code comment.
Subsequent changes are gonna make the top-down/bottom-up comment no longer valid.
This commit is contained in:
parent
fd77585a8c
commit
2a2ce6ada1
|
@ -952,19 +952,6 @@ def export_single_user(user_profile, response):
|
||||||
def get_single_user_config():
|
def get_single_user_config():
|
||||||
# type: () -> Config
|
# type: () -> Config
|
||||||
|
|
||||||
'''
|
|
||||||
Note that when we export a single user, we mostly traverse
|
|
||||||
the tables from the bottom up, whereas when we export a
|
|
||||||
whole realm, we go top down.
|
|
||||||
|
|
||||||
An analogy would be if you're exporting a whole website,
|
|
||||||
you visit all the blogs in the Blog table, then you visit
|
|
||||||
all the Articles for the Blog, then you visit all their
|
|
||||||
Authors. But if you are exporting only one author,
|
|
||||||
you export the Author, then their Articles, then the Blogs
|
|
||||||
for their articles.
|
|
||||||
'''
|
|
||||||
|
|
||||||
# zerver_userprofile
|
# zerver_userprofile
|
||||||
user_profile_config = Config(
|
user_profile_config = Config(
|
||||||
table='zerver_userprofile',
|
table='zerver_userprofile',
|
||||||
|
|
Loading…
Reference in New Issue