~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/doc/distribution.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-07 04:56:36 UTC
  • mfrom: (13165.1.1 cap-fix)
  • Revision ID: launchpad@pqm.canonical.com-20110607045636-2a94agkoggdayh7y
[r=wgrant][no-qa] Fix 'Update Subscription' on blueprint pages to be
 sentence case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
    >>> gentoo.has_published_binaries
143
143
    False
144
144
 
145
 
You can use the has_published_sources property to find out if the
146
 
distribution has any published sources.
147
 
 
148
 
    >>> ubuntu.has_published_sources
149
 
    True
150
 
 
151
 
    >>> gentoo.has_published_sources
152
 
    False
153
 
 
154
145
 
155
146
Distribution Sorting
156
147
--------------------